vase_2.tscn 594 B

123456789101112131415161718192021
  1. [gd_scene load_steps=3 format=3 uid="uid://ccxtgas16pmio"]
  2. [ext_resource type="Texture2D" uid="uid://cfl2km5k5pbgd" path="res://decorations/vase_2.png" id="1"]
  3. [sub_resource type="CapsuleShape2D" id="1"]
  4. radius = 9.0
  5. height = 18.0
  6. [node name="vase2" type="Node2D"]
  7. y_sort_enabled = true
  8. [node name="Area2D" type="StaticBody2D" parent="."]
  9. [node name="Sprite2D" type="Sprite2D" parent="Area2D"]
  10. position = Vector2(0, -20)
  11. texture = ExtResource("1")
  12. [node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
  13. position = Vector2(0, -8)
  14. rotation = 1.5708
  15. shape = SubResource("1")