|
|
@ -1,7 +1,8 @@ |
|
|
|
[gd_scene load_steps=7 format=2] |
|
|
|
[gd_scene load_steps=9 format=2] |
|
|
|
|
|
|
|
[ext_resource path="res://scripts/player.gd" type="Script" id=1] |
|
|
|
[ext_resource path="res://scripts/tp_camera.gd" type="Script" id=2] |
|
|
|
[ext_resource path="res://scripts/player_name.gd" type="Script" id=3] |
|
|
|
|
|
|
|
[sub_resource type="CapsuleShape" id=1] |
|
|
|
|
|
|
@ -256,4 +257,27 @@ skeleton = NodePath("..") |
|
|
|
material/0 = SubResource( 5 ) |
|
|
|
_sections_unfolded = [ "Transform", "material" ] |
|
|
|
|
|
|
|
[node name="NamePosition" type="Spatial" parent="." index="7"] |
|
|
|
|
|
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.56117, 0 ) |
|
|
|
|
|
|
|
[node name="PlayerName" type="Label" parent="." index="8"] |
|
|
|
|
|
|
|
anchor_left = 0.0 |
|
|
|
anchor_top = 0.0 |
|
|
|
anchor_right = 0.0 |
|
|
|
anchor_bottom = 0.0 |
|
|
|
margin_right = 40.0 |
|
|
|
margin_bottom = 14.0 |
|
|
|
rect_pivot_offset = Vector2( 0, 0 ) |
|
|
|
mouse_filter = 2 |
|
|
|
mouse_default_cursor_shape = 0 |
|
|
|
size_flags_horizontal = 1 |
|
|
|
size_flags_vertical = 4 |
|
|
|
align = 1 |
|
|
|
percent_visible = 1.0 |
|
|
|
lines_skipped = 0 |
|
|
|
max_lines_visible = -1 |
|
|
|
script = ExtResource( 3 ) |
|
|
|
|
|
|
|
|