Added Objects
This commit is contained in:
parent
eb11047456
commit
78dcaac886
11 changed files with 148 additions and 35 deletions
15
scenes/game/objects/Vase/vase.tscn
Normal file
15
scenes/game/objects/Vase/vase.tscn
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://41ksceqosqq2"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dxpd1pq7v6ing" path="res://scenes/game/objects/object.tscn" id="1_fkdlr"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_pmiic"]
|
||||
radius = 12.0
|
||||
|
||||
[node name="Vase" instance=ExtResource("1_fkdlr")]
|
||||
y_sort_enabled = true
|
||||
|
||||
[node name="CollisionShape2D" parent="." index="0"]
|
||||
shape = SubResource("CircleShape2D_pmiic")
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="1"]
|
||||
animation = &""
|
||||
Loading…
Add table
Add a link
Reference in a new issue