Browse Source

Add shortcut for color start button

DricomDragon 5 years ago
parent
commit
b0c4a76658
1 changed files with 8 additions and 1 deletions
  1. 8 1
      HUD.tscn

+ 8 - 1
HUD.tscn

@@ -1,4 +1,4 @@
-[gd_scene load_steps=10 format=2]
+[gd_scene load_steps=12 format=2]
 
 [ext_resource path="res://HUD.gd" type="Script" id=1]
 [ext_resource path="res://dodge_assets/art/map_set.png" type="Texture" id=2]
@@ -19,6 +19,12 @@ font_path = "res://dodge_assets/fonts/Xolonium-Regular.ttf"
 size = 80
 font_data = SubResource( 3 )
 
+[sub_resource type="InputEventAction" id=12]
+action = "ui_select"
+
+[sub_resource type="ShortCut" id=13]
+shortcut = SubResource( 12 )
+
 [sub_resource type="AtlasTexture" id=9]
 flags = 4
 atlas = ExtResource( 2 )
@@ -65,6 +71,7 @@ anchor_right = 1.0
 anchor_bottom = 1.0
 margin_top = -200.0
 margin_bottom = -50.0
+shortcut = SubResource( 13 )
 texture_normal = SubResource( 9 )
 texture_pressed = SubResource( 10 )
 texture_hover = SubResource( 11 )