nest.tscn 516 B

12345678910111213141516171819
  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://images/hill.jpg" type="Texture" id=1]
  3. [ext_resource path="res://nest.gd" type="Script" id=2]
  4. [sub_resource type="CircleShape2D" id=1]
  5. radius = 45.1774
  6. [node name="Nest" type="StaticBody2D"]
  7. script = ExtResource( 2 )
  8. [node name="Sprite" type="Sprite" parent="."]
  9. position = Vector2( -3.8147e-06, 0 )
  10. scale = Vector2( 0.09, 0.0824074 )
  11. texture = ExtResource( 1 )
  12. [node name="CollisionShape2D" type="CollisionShape2D" parent="."]
  13. shape = SubResource( 1 )