1- [gd_scene load_steps =10 format =3 uid ="uid://b4upvm74gte5" ]
1+ [gd_scene load_steps =11 format =3 uid ="uid://b4upvm74gte5" ]
22
33[ext_resource type ="Texture2D" uid ="uid://csuaoaclr7fyb" path ="res://assets/kenney_input-prompts/Steam Deck/Default/steamdeck_stick_l_horizontal.png" id ="1_6u7qc" ]
4+ [ext_resource type ="Script" path ="res://scenes/control_legend.gd" id ="1_hbahy" ]
45[ext_resource type ="Texture2D" uid ="uid://ffs8ne7b7ijc" path ="res://assets/kenney_input-prompts/Keyboard & Mouse/Default/keyboard_arrows_horizontal.png" id ="2_w3q02" ]
56[ext_resource type ="Texture2D" uid ="uid://blprvur1vdmtb" path ="res://assets/kenney_input-prompts/Steam Deck/Default/steamdeck_stick_l_vertical.png" id ="3_kfgte" ]
67[ext_resource type ="Texture2D" uid ="uid://ibjkhn23vq8e" path ="res://assets/kenney_input-prompts/Keyboard & Mouse/Default/keyboard_arrows_vertical.png" id ="4_r850h" ]
@@ -25,6 +26,7 @@ grow_horizontal = 2
2526grow_vertical = 2
2627size_flags_horizontal = 8
2728size_flags_vertical = 8
29+ script = ExtResource ("1_hbahy" )
2830
2931[node name ="PanelContainer" type ="PanelContainer" parent ="." ]
3032layout_mode = 1
@@ -52,7 +54,7 @@ horizontal_alignment = 2
5254layout_mode = 2
5355texture = ExtResource ("1_6u7qc" )
5456
55- [node name ="KeyboardLeftRight" type ="TextureRect" parent ="PanelContainer/Grid" groups =[ "joypad" ] ]
57+ [node name ="KeyboardLeftRight" type ="TextureRect" parent ="PanelContainer/Grid" ]
5658layout_mode = 2
5759texture = ExtResource ("2_w3q02" )
5860
@@ -65,7 +67,7 @@ horizontal_alignment = 2
6567layout_mode = 2
6668texture = ExtResource ("3_kfgte" )
6769
68- [node name ="KeyboardUpDown" type ="TextureRect" parent ="PanelContainer/Grid" groups =[ "joypad" ] ]
70+ [node name ="KeyboardUpDown" type ="TextureRect" parent ="PanelContainer/Grid" ]
6971layout_mode = 2
7072texture = ExtResource ("4_r850h" )
7173
@@ -78,7 +80,7 @@ horizontal_alignment = 2
7880layout_mode = 2
7981texture = ExtResource ("5_hnd0v" )
8082
81- [node name ="KeyboardEnter" type ="TextureRect" parent ="PanelContainer/Grid" groups =[ "joypad" ] ]
83+ [node name ="KeyboardEnter" type ="TextureRect" parent ="PanelContainer/Grid" ]
8284layout_mode = 2
8385texture = ExtResource ("10_kj4r4" )
8486
@@ -87,7 +89,7 @@ layout_mode = 2
8789text = "Start visitor timer"
8890horizontal_alignment = 2
8991
90- [node name ="JoypadB" type ="TextureRect" parent ="PanelContainer/Grid" ]
92+ [node name ="JoypadB" type ="TextureRect" parent ="PanelContainer/Grid" groups =[ "joypad" ] ]
9193layout_mode = 2
9294texture = ExtResource ("6_ycckv" )
9395
0 commit comments