xiandie/scene/hud/prop_hud_item_2d.tscn

17 lines
472 B
Plaintext
Raw Normal View History

2024-12-23 01:29:31 +00:00
[gd_scene load_steps=3 format=3 uid="uid://dpgmgc5qf0apc"]
[sub_resource type="GDScript" id="GDScript_5nh3u"]
script/source = "extends StaticBody2D
func _ready() -> void:
pass"
[sub_resource type="RectangleShape2D" id="RectangleShape2D_gyjm3"]
size = Vector2(38, 38)
[node name="PropHudItem2D" type="StaticBody2D"]
script = SubResource("GDScript_5nh3u")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_gyjm3")