123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- [gd_scene load_steps=22 format=3 uid="uid://sogwc56hcxlr"]
- [ext_resource type="Script" path="res://component/ui/input_prompts/prompt_container.gd" id="1_vo7iq"]
- [ext_resource type="Texture2D" uid="uid://b1e23gj3k1klg" path="res://addons/input_prompts/icons/xbox/a.png" id="2_xdg6b"]
- [ext_resource type="Script" path="res://addons/input_prompts/action_prompt/action_prompt.gd" id="3_ql8fw"]
- [ext_resource type="Texture2D" uid="uid://c6cv5phl3gvvn" path="res://addons/input_prompts/icons/xbox/right_trigger.png" id="4_akj72"]
- [ext_resource type="Texture2D" uid="uid://dx1u47qkx4in8" path="res://addons/input_prompts/icons/xbox/left_trigger.png" id="5_c14bx"]
- [ext_resource type="Texture2D" uid="uid://dv0r0pf7dwijj" path="res://addons/input_prompts/icons/xbox/b.png" id="6_04hns"]
- [ext_resource type="Texture2D" uid="uid://cah6r1q5x2lte" path="res://addons/input_prompts/icons/generic/left_stick_left.png" id="7_w11vb"]
- [ext_resource type="Texture2D" uid="uid://c03r3n0nfrjck" path="res://addons/input_prompts/icons/generic/left_stick_right.png" id="8_m6wya"]
- [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="InputEventJoypadMotion" id="InputEventJoypadMotion_8t453"]
- device = -1
- axis = 5
- axis_value = 1.0
- [sub_resource type="InputEventKey" id="InputEventKey_07cvw"]
- device = -1
- physical_keycode = 4194320
- [sub_resource type="InputEventJoypadMotion" id="InputEventJoypadMotion_pn7hm"]
- device = -1
- axis = 4
- axis_value = 1.0
- [sub_resource type="InputEventKey" id="InputEventKey_7j6ii"]
- device = -1
- physical_keycode = 4194322
- [sub_resource type="InputEventMouseButton" id="InputEventMouseButton_5tuqs"]
- device = -1
- button_mask = 1
- position = Vector2(95, 20)
- global_position = Vector2(99, 63)
- button_index = 1
- pressed = true
- [sub_resource type="InputEventKey" id="InputEventKey_y1gwo"]
- device = -1
- physical_keycode = 69
- unicode = 46
- [sub_resource type="InputEventJoypadButton" id="InputEventJoypadButton_n7ufn"]
- device = -1
- button_index = 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
- [node name="JeepPrompts" type="VBoxContainer"]
- offset_left = 193.0
- offset_right = 193.0
- offset_bottom = 100.0
- script = ExtResource("1_vo7iq")
- [node name="PromptsTitle" type="Label" parent="."]
- layout_mode = 2
- theme_override_font_sizes/font_size = 44
- text = "How that's jeep working?"
- horizontal_alignment = 1
- [node name="AcceleratePrompt" type="HBoxContainer" parent="."]
- layout_mode = 2
- script = ExtResource("1_vo7iq")
- [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_xdg6b")
- stretch_mode = 5
- script = ExtResource("3_ql8fw")
- action = "main"
- icon = 0
- events = Array[InputEvent]([SubResource("InputEventKey_jm5e5"), SubResource("InputEventJoypadButton_wj4uo")])
- [node name="AccelerateAnalogActionPrompt" type="TextureRect" parent="AcceleratePrompt"]
- custom_minimum_size = Vector2(100, 100)
- layout_mode = 2
- texture = ExtResource("4_akj72")
- stretch_mode = 5
- script = ExtResource("3_ql8fw")
- action = "analog_main"
- icon = 0
- events = Array[InputEvent]([SubResource("InputEventJoypadMotion_8t453"), SubResource("InputEventKey_07cvw")])
- [node name="ReversePrompt" type="HBoxContainer" parent="."]
- layout_mode = 2
- script = ExtResource("1_vo7iq")
- [node name="ReverseLabel" type="Label" parent="ReversePrompt"]
- layout_mode = 2
- theme_override_font_sizes/font_size = 34
- text = "Reverse
- "
- [node name="ReverseActionPrompt" type="TextureRect" parent="ReversePrompt"]
- custom_minimum_size = Vector2(100, 100)
- layout_mode = 2
- texture = ExtResource("5_c14bx")
- stretch_mode = 5
- script = ExtResource("3_ql8fw")
- action = "analog_secondary"
- icon = 0
- events = Array[InputEvent]([SubResource("InputEventJoypadMotion_pn7hm"), SubResource("InputEventKey_7j6ii")])
- [node name="BreakPrompt" type="HBoxContainer" parent="."]
- layout_mode = 2
- script = ExtResource("1_vo7iq")
- [node name="BreakLabel" type="Label" parent="BreakPrompt"]
- layout_mode = 2
- theme_override_font_sizes/font_size = 34
- text = "Break
- "
- [node name="BreakActionPrompt" type="TextureRect" parent="BreakPrompt"]
- custom_minimum_size = Vector2(100, 100)
- layout_mode = 2
- texture = ExtResource("6_04hns")
- stretch_mode = 5
- script = ExtResource("3_ql8fw")
- action = "stop"
- icon = 0
- events = Array[InputEvent]([SubResource("InputEventMouseButton_5tuqs"), SubResource("InputEventKey_y1gwo"), SubResource("InputEventJoypadButton_n7ufn")])
- [node name="SteerPrompt" type="HBoxContainer" parent="."]
- layout_mode = 2
- script = ExtResource("1_vo7iq")
- [node name="SteerLabel" type="Label" parent="SteerPrompt"]
- layout_mode = 2
- theme_override_font_sizes/font_size = 34
- text = "Steer"
- [node name="SteerLeftActionPrompt" type="TextureRect" parent="SteerPrompt"]
- custom_minimum_size = Vector2(100, 100)
- layout_mode = 2
- texture = ExtResource("7_w11vb")
- stretch_mode = 5
- script = ExtResource("3_ql8fw")
- action = "move_left"
- icon = 0
- events = Array[InputEvent]([SubResource("InputEventKey_q4jus"), SubResource("InputEventJoypadMotion_oji7s")])
- [node name="SteerRightActionPrompt" type="TextureRect" parent="SteerPrompt"]
- custom_minimum_size = Vector2(100, 100)
- layout_mode = 2
- texture = ExtResource("8_m6wya")
- stretch_mode = 5
- script = ExtResource("3_ql8fw")
- action = "move_right"
- icon = 0
- events = Array[InputEvent]([SubResource("InputEventKey_fi2er"), SubResource("InputEventJoypadMotion_j1j4m")])
|