|
@@ -1,4 +1,4 @@
|
|
|
-[gd_scene load_steps=8 format=2]
|
|
|
+[gd_scene load_steps=10 format=2]
|
|
|
|
|
|
[ext_resource path="res://HUD.gd" type="Script" id=1]
|
|
|
|
|
@@ -25,6 +25,12 @@ font_path = "res://dodge_assets/fonts/Xolonium-Regular.ttf"
|
|
|
size = 32
|
|
|
font_data = SubResource( 5 )
|
|
|
|
|
|
+[sub_resource type="InputEventAction" id=7]
|
|
|
+action = "ui_select"
|
|
|
+
|
|
|
+[sub_resource type="ShortCut" id=8]
|
|
|
+shortcut = SubResource( 7 )
|
|
|
+
|
|
|
[node name="HUD" type="CanvasLayer"]
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
@@ -56,6 +62,7 @@ margin_top = -200.0
|
|
|
margin_right = 172.0
|
|
|
margin_bottom = -100.0
|
|
|
custom_fonts/font = SubResource( 6 )
|
|
|
+shortcut = SubResource( 8 )
|
|
|
text = "Start"
|
|
|
|
|
|
[node name="MessageTimer" type="Timer" parent="."]
|