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