bone_pile_1.tscn 549 B

1234567891011121314151617181920
  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://decorations/bone_pile_1.png" type="Texture2D" id=1]
  3. [sub_resource type="CapsuleShape2D" id=1]
  4. radius = 18.0
  5. height = 28.0
  6. [node name="bone_pile" type="Node2D"]
  7. [node name="StaticBody2D" type="StaticBody2D" parent="."]
  8. [node name="Sprite2D" type="Sprite2D" parent="StaticBody2D"]
  9. position = Vector2( 0, -14 )
  10. texture = ExtResource( 1 )
  11. [node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
  12. position = Vector2( 0, -15 )
  13. rotation = 1.5708
  14. shape = SubResource( 1 )