123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- [gd_scene load_steps=13 format=3 uid="uid://rixhldyytdiy"]
- [ext_resource type="Script" path="res://component/ui/input_prompts/prompt_container.gd" id="1_eppoy"]
- [ext_resource type="Script" path="res://addons/input_prompts/action_prompt/action_prompt.gd" id="2_h1sqq"]
- [sub_resource type="InputEventKey" id="InputEventKey_eyt6c"]
- device = -1
- physical_keycode = 32
- unicode = 32
- [sub_resource type="InputEventJoypadButton" id="InputEventJoypadButton_3f2lm"]
- device = -1
- [sub_resource type="InputEventKey" id="InputEventKey_vqhl2"]
- device = -1
- physical_keycode = 65
- unicode = 97
- [sub_resource type="InputEventJoypadMotion" id="InputEventJoypadMotion_l8a88"]
- device = -1
- axis_value = -1.0
- [sub_resource type="InputEventKey" id="InputEventKey_ghxeo"]
- device = -1
- physical_keycode = 68
- unicode = 101
- [sub_resource type="InputEventJoypadMotion" id="InputEventJoypadMotion_vm1od"]
- device = -1
- axis_value = 1.0
- [sub_resource type="InputEventKey" id="InputEventKey_fvypa"]
- device = -1
- physical_keycode = 83
- unicode = 111
- [sub_resource type="InputEventJoypadMotion" id="InputEventJoypadMotion_f34ba"]
- device = -1
- axis = 1
- axis_value = 1.0
- [sub_resource type="InputEventKey" id="InputEventKey_c4xy3"]
- device = -1
- physical_keycode = 87
- unicode = 44
- [sub_resource type="InputEventJoypadMotion" id="InputEventJoypadMotion_th7as"]
- device = -1
- axis = 1
- axis_value = -1.0
- [node name="PlanePrompts" type="VBoxContainer"]
- offset_left = 193.0
- offset_right = 193.0
- offset_bottom = 100.0
- script = ExtResource("1_eppoy")
- [node name="AcceleratePrompt" type="HBoxContainer" parent="."]
- layout_mode = 2
- script = ExtResource("1_eppoy")
- [node name="AccelerateLabel" type="Label" parent="AcceleratePrompt"]
- layout_mode = 2
- theme_override_font_sizes/font_size = 34
- text = "Accelerate"
- [node name="AccelerateMaxActionPrompt" type="TextureRect" parent="AcceleratePrompt"]
- custom_minimum_size = Vector2(100, 100)
- layout_mode = 2
- stretch_mode = 5
- script = ExtResource("2_h1sqq")
- action = "main"
- icon = 0
- events = Array[InputEvent]([SubResource("InputEventKey_eyt6c"), SubResource("InputEventJoypadButton_3f2lm")])
- [node name="RollPrompt" type="HBoxContainer" parent="."]
- layout_mode = 2
- script = ExtResource("1_eppoy")
- [node name="RollLabel" type="Label" parent="RollPrompt"]
- layout_mode = 2
- theme_override_font_sizes/font_size = 34
- text = "Roll"
- [node name="RollLeftActionPrompt" type="TextureRect" parent="RollPrompt"]
- custom_minimum_size = Vector2(100, 100)
- layout_mode = 2
- stretch_mode = 5
- script = ExtResource("2_h1sqq")
- action = "move_left"
- icon = 0
- events = Array[InputEvent]([SubResource("InputEventKey_vqhl2"), SubResource("InputEventJoypadMotion_l8a88")])
- [node name="RollRightActionPrompt" type="TextureRect" parent="RollPrompt"]
- custom_minimum_size = Vector2(100, 100)
- layout_mode = 2
- stretch_mode = 5
- script = ExtResource("2_h1sqq")
- action = "move_right"
- icon = 0
- events = Array[InputEvent]([SubResource("InputEventKey_ghxeo"), SubResource("InputEventJoypadMotion_vm1od")])
- [node name="PitchPrompt" type="HBoxContainer" parent="."]
- layout_mode = 2
- script = ExtResource("1_eppoy")
- [node name="PitchLabel" type="Label" parent="PitchPrompt"]
- layout_mode = 2
- theme_override_font_sizes/font_size = 34
- text = "Roll"
- [node name="PitchUpActionPrompt" type="TextureRect" parent="PitchPrompt"]
- custom_minimum_size = Vector2(100, 100)
- layout_mode = 2
- stretch_mode = 5
- script = ExtResource("2_h1sqq")
- action = "move_back"
- icon = 0
- events = Array[InputEvent]([SubResource("InputEventKey_fvypa"), SubResource("InputEventJoypadMotion_f34ba")])
- [node name="PitchDownActionPrompt" type="TextureRect" parent="PitchPrompt"]
- custom_minimum_size = Vector2(100, 100)
- layout_mode = 2
- stretch_mode = 5
- script = ExtResource("2_h1sqq")
- action = "move_forward"
- icon = 0
- events = Array[InputEvent]([SubResource("InputEventKey_c4xy3"), SubResource("InputEventJoypadMotion_th7as")])
|