|
@@ -1,4 +1,6 @@
|
|
|
-[gd_scene load_steps=7 format=2]
|
|
|
+[gd_scene load_steps=8 format=2]
|
|
|
+
|
|
|
+[ext_resource path="res://HUD.gd" type="Script" id=1]
|
|
|
|
|
|
[sub_resource type="DynamicFontData" id=1]
|
|
|
font_path = "res://dodge_assets/fonts/Xolonium-Regular.ttf"
|
|
@@ -24,6 +26,7 @@ size = 32
|
|
|
font_data = SubResource( 5 )
|
|
|
|
|
|
[node name="HUD" type="CanvasLayer"]
|
|
|
+script = ExtResource( 1 )
|
|
|
|
|
|
[node name="ScoreLabel" type="Label" parent="."]
|
|
|
anchor_right = 1.0
|
|
@@ -56,3 +59,7 @@ custom_fonts/font = SubResource( 6 )
|
|
|
text = "Start"
|
|
|
|
|
|
[node name="MessageTimer" type="Timer" parent="."]
|
|
|
+wait_time = 2.15
|
|
|
+one_shot = true
|
|
|
+[connection signal="pressed" from="StartButton" to="." method="_on_StartButton_pressed"]
|
|
|
+[connection signal="timeout" from="MessageTimer" to="." method="_on_MessageTimer_timeout"]
|