[gd_scene load_steps=18 format=3 uid="uid://rixhldyytdiy"]

[ext_resource type="Script" uid="uid://cc1128bdljnmi" path="res://component/ui/input_prompts/prompt_container.gd" id="1_eppoy"]
[ext_resource type="Texture2D" uid="uid://b1e23gj3k1klg" path="res://addons/input_prompts/icons/xbox/a.png" id="2_bfgq1"]
[ext_resource type="Script" uid="uid://505i7smkbvfe" path="res://addons/input_prompts/action_prompt/action_prompt.gd" id="2_h1sqq"]
[ext_resource type="Texture2D" uid="uid://cah6r1q5x2lte" path="res://addons/input_prompts/icons/generic/left_stick_left.png" id="4_8s3s4"]
[ext_resource type="Texture2D" uid="uid://c03r3n0nfrjck" path="res://addons/input_prompts/icons/generic/left_stick_right.png" id="5_5ns3s"]
[ext_resource type="Texture2D" uid="uid://dreirjfpqj40a" path="res://addons/input_prompts/icons/generic/left_stick_down.png" id="6_712bd"]
[ext_resource type="Texture2D" uid="uid://bntsrcd3hjcex" path="res://addons/input_prompts/icons/generic/left_stick_up.png" id="7_awcyd"]

[sub_resource type="InputEventKey" id="InputEventKey_jm5e5"]
device = -1
physical_keycode = 32
unicode = 32

[sub_resource type="InputEventJoypadButton" id="InputEventJoypadButton_wj4uo"]
device = -1

[sub_resource type="InputEventKey" id="InputEventKey_q4jus"]
device = -1
physical_keycode = 65
unicode = 97

[sub_resource type="InputEventJoypadMotion" id="InputEventJoypadMotion_oji7s"]
device = -1
axis_value = -1.0

[sub_resource type="InputEventKey" id="InputEventKey_fi2er"]
device = -1
physical_keycode = 68
unicode = 101

[sub_resource type="InputEventJoypadMotion" id="InputEventJoypadMotion_j1j4m"]
device = -1
axis_value = 1.0

[sub_resource type="InputEventKey" id="InputEventKey_35cri"]
device = -1
physical_keycode = 83
unicode = 111

[sub_resource type="InputEventJoypadMotion" id="InputEventJoypadMotion_ekkas"]
device = -1
axis = 1
axis_value = 1.0

[sub_resource type="InputEventKey" id="InputEventKey_knka0"]
device = -1
physical_keycode = 87
unicode = 44

[sub_resource type="InputEventJoypadMotion" id="InputEventJoypadMotion_7mrea"]
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="PromptsTitle" type="Label" parent="."]
layout_mode = 2
theme_override_font_sizes/font_size = 44
text = "Driving a plane!"
horizontal_alignment = 1

[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
texture = ExtResource("2_bfgq1")
stretch_mode = 5
script = ExtResource("2_h1sqq")
action = "main"
icon = 0
events = Array[InputEvent]([SubResource("InputEventKey_jm5e5"), SubResource("InputEventJoypadButton_wj4uo")])

[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
texture = ExtResource("4_8s3s4")
stretch_mode = 5
script = ExtResource("2_h1sqq")
action = "move_left"
icon = 0
events = Array[InputEvent]([SubResource("InputEventKey_q4jus"), SubResource("InputEventJoypadMotion_oji7s")])

[node name="RollRightActionPrompt" type="TextureRect" parent="RollPrompt"]
custom_minimum_size = Vector2(100, 100)
layout_mode = 2
texture = ExtResource("5_5ns3s")
stretch_mode = 5
script = ExtResource("2_h1sqq")
action = "move_right"
icon = 0
events = Array[InputEvent]([SubResource("InputEventKey_fi2er"), SubResource("InputEventJoypadMotion_j1j4m")])

[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 = "Pitch"

[node name="PitchUpActionPrompt" type="TextureRect" parent="PitchPrompt"]
custom_minimum_size = Vector2(100, 100)
layout_mode = 2
texture = ExtResource("6_712bd")
stretch_mode = 5
script = ExtResource("2_h1sqq")
action = "move_back"
icon = 0
events = Array[InputEvent]([SubResource("InputEventKey_35cri"), SubResource("InputEventJoypadMotion_ekkas")])

[node name="PitchDownActionPrompt" type="TextureRect" parent="PitchPrompt"]
custom_minimum_size = Vector2(100, 100)
layout_mode = 2
texture = ExtResource("7_awcyd")
stretch_mode = 5
script = ExtResource("2_h1sqq")
action = "move_forward"
icon = 0
events = Array[InputEvent]([SubResource("InputEventKey_knka0"), SubResource("InputEventJoypadMotion_7mrea")])