Преглед на файлове

Add the 'space' key as the start button shortcut

DricomDragon преди 5 години
родител
ревизия
f47fd0eae9
променени са 1 файла, в които са добавени 8 реда и са изтрити 1 реда
  1. 8 1
      HUD.tscn

+ 8 - 1
HUD.tscn

@@ -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="."]