get_out_prompt.tscn 1020 B

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