1234567891011121314151617181920212223242526272829 |
- [gd_scene load_steps=5 format=3 uid="uid://bdtsbgujnsdkt"]
- [ext_resource type="Texture2D" uid="uid://clcwaemf3uawa" path="res://addons/input_prompts/icons/xbox/y.png" id="1_rh45f"]
- [ext_resource type="Script" path="res://addons/input_prompts/action_prompt/action_prompt.gd" id="2_u1er6"]
- [sub_resource type="InputEventKey" id="InputEventKey_0r04g"]
- device = -1
- physical_keycode = 4194309
- [sub_resource type="InputEventJoypadButton" id="InputEventJoypadButton_mlr2x"]
- device = -1
- button_index = 3
- [node name="GetOutPrompt" type="HBoxContainer"]
- [node name="GetOutLabel" type="Label" parent="."]
- layout_mode = 2
- theme_override_font_sizes/font_size = 34
- text = "Get out vehicle"
- [node name="GetOutActionPrompt" type="TextureRect" parent="."]
- custom_minimum_size = Vector2(100, 100)
- layout_mode = 2
- texture = ExtResource("1_rh45f")
- stretch_mode = 5
- script = ExtResource("2_u1er6")
- action = "get_in"
- icon = 0
- events = Array[InputEvent]([SubResource("InputEventKey_0r04g"), SubResource("InputEventJoypadButton_mlr2x")])
|