[gd_scene load_steps=6 format=3 uid="uid://d6a3dml2i2qm"]

[ext_resource type="Script" path="res://component/ui/input_prompts/prompt_container.gd" id="1_vkqjn"]
[ext_resource type="Texture2D" uid="uid://b1e23gj3k1klg" path="res://addons/input_prompts/icons/xbox/a.png" id="2_ax62s"]
[ext_resource type="Script" path="res://addons/input_prompts/action_prompt/action_prompt.gd" id="3_85i3m"]

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

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

[node name="JumpPrompt" type="HBoxContainer"]
script = ExtResource("1_vkqjn")

[node name="JumpLabel" type="Label" parent="."]
layout_mode = 2
theme_override_font_sizes/font_size = 34
text = "Jump"

[node name="JumpActionPrompt" type="TextureRect" parent="."]
custom_minimum_size = Vector2(100, 100)
layout_mode = 2
texture = ExtResource("2_ax62s")
stretch_mode = 5
script = ExtResource("3_85i3m")
action = "main"
icon = 0
events = Array[InputEvent]([SubResource("InputEventKey_flpcd"), SubResource("InputEventJoypadButton_5hyth")])