You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
714 B
34 lines
714 B
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://scripts/player/PathPlayerControls.gd" type="Script" id=1]
|
|
|
|
[node name="PlayerControls" type="Spatial"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="hud" type="CanvasLayer" parent="."]
|
|
|
|
[node name="speed" type="Label" parent="hud"]
|
|
anchor_left = 0.5
|
|
anchor_top = 1.0
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
margin_left = -77.0
|
|
margin_top = -39.0
|
|
margin_right = 77.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
align = 1
|
|
valign = 1
|
|
|
|
[node name="reset" type="Label" parent="hud"]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -20.0
|
|
margin_top = -7.0
|
|
margin_right = 20.0
|
|
margin_bottom = 7.0
|
|
align = 1
|
|
valign = 1
|
|
uppercase = true
|