You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
503 B
Plaintext
13 lines
503 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cvx8f4p2kkp8c"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bu2p3a8yq81u5" path="res://resource/ui/icon/input/input_map.png" id="1_qs2yt"]
|
|
[ext_resource type="Script" uid="uid://dbpn6lf5gryog" path="res://script/ui/hud/input_item.gd" id="2_xmd72"]
|
|
|
|
[node name="InputItem" type="Sprite2D"]
|
|
modulate = Color(1, 1, 1, 0)
|
|
texture = ExtResource("1_qs2yt")
|
|
hframes = 12
|
|
vframes = 7
|
|
script = ExtResource("2_xmd72")
|
|
metadata/_custom_type_script = "uid://dbpn6lf5gryog"
|