diff options
| author | Radio <radiohotline@disroot.org> | 2026-05-31 00:17:01 +0300 |
|---|---|---|
| committer | Radio <radiohotline@disroot.org> | 2026-05-31 00:17:01 +0300 |
| commit | 7f437327b25be23b1cdcd4aa3898d428421e533f (patch) | |
| tree | 555cece0119bd0673712cd4304a3a28ba0cc3c82 /scenes/item | |
| parent | 9d87bc7922f76dc835ac4d4e99115b204cbfdea7 (diff) | |
menu fixes, options menu, and movement mechanic
Diffstat (limited to 'scenes/item')
| -rw-r--r-- | scenes/item/item.tscn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/scenes/item/item.tscn b/scenes/item/item.tscn new file mode 100644 index 0000000..a8c3dda --- /dev/null +++ b/scenes/item/item.tscn @@ -0,0 +1,14 @@ +[gd_scene format=3 uid="uid://xn4bxjj1vuim"] + +[ext_resource type="Texture2D" uid="uid://det86lqkb5y4p" path="res://room/start/testprop.png" id="1_vcqat"] + +[sub_resource type="CircleShape2D" id="CircleShape2D_vijbe"] +radius = 77.00649 + +[node name="Item" type="StaticBody2D" unique_id=724668915] + +[node name="Sprite" type="Sprite2D" parent="." unique_id=89747108] +texture = ExtResource("1_vcqat") + +[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=574625641] +shape = SubResource("CircleShape2D_vijbe") |
