first commit
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://1dbdbg3q5778"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/player.gd" id="1_qecr4"]
|
||||
[ext_resource type="Texture2D" uid="uid://b4y41h16q6m34" path="res://assets/textures/bub.png" id="2_5w327"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_xqgey"]
|
||||
albedo_color = Color(0.85, 0.085, 0.238, 1)
|
||||
|
||||
[sub_resource type="CapsuleMesh" id="CapsuleMesh_l8ldl"]
|
||||
material = SubResource("StandardMaterial3D_xqgey")
|
||||
|
||||
[sub_resource type="SphereShape3D" id="SphereShape3D_3oo5r"]
|
||||
|
||||
[sub_resource type="FontVariation" id="FontVariation_q2tkp"]
|
||||
spacing_glyph = 5
|
||||
|
||||
[node name="CharacterBody3D" type="CharacterBody3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.5, 0)
|
||||
script = ExtResource("1_qecr4")
|
||||
cell_size = Vector3(1, 1, 1)
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("CapsuleMesh_l8ldl")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
shape = SubResource("SphereShape3D_3oo5r")
|
||||
|
||||
[node name="Name" type="Label3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.47085, 0)
|
||||
billboard = 1
|
||||
modulate = Color(0.32, 0.614667, 1, 1)
|
||||
text = "username"
|
||||
font = SubResource("FontVariation_q2tkp")
|
||||
font_size = 48
|
||||
outline_size = 26
|
||||
uppercase = true
|
||||
autowrap_mode = 2
|
||||
|
||||
[node name="Bubble" type="Sprite3D" parent="."]
|
||||
transform = Transform3D(1.4, 0, 0, 0, 1.4, 0, 0, 0, 1.4, 0, 7.5, 0)
|
||||
visible = false
|
||||
billboard = 1
|
||||
texture = ExtResource("2_5w327")
|
||||
|
||||
[node name="Message" type="Label3D" parent="Bubble"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.00144005, 0)
|
||||
billboard = 1
|
||||
double_sided = false
|
||||
no_depth_test = true
|
||||
render_priority = 1
|
||||
text = ". . ."
|
||||
font = SubResource("FontVariation_q2tkp")
|
||||
font_size = 48
|
||||
outline_size = 26
|
||||
uppercase = true
|
||||
autowrap_mode = 3
|
||||
justification_flags = 171
|
||||
width = 700.0
|
||||
Reference in New Issue
Block a user