vase_1.tscn 597 B

1234567891011121314151617181920
  1. [gd_scene load_steps=3 format=3 uid="uid://dxxtyefaa4rtn"]
  2. [ext_resource type="Texture2D" uid="uid://qqvwu82wedp2" path="res://decorations/vase_1.png" id="1"]
  3. [sub_resource type="CapsuleShape2D" id="1"]
  4. radius = 9.0
  5. [node name="Vase1" type="Node2D"]
  6. y_sort_enabled = true
  7. [node name="StaticBody2D" type="StaticBody2D" parent="."]
  8. [node name="Sprite2D" type="Sprite2D" parent="StaticBody2D"]
  9. position = Vector2(0, -29)
  10. texture = ExtResource("1")
  11. [node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
  12. position = Vector2(0, -9)
  13. rotation = 1.5708
  14. shape = SubResource("1")