[gd_scene load_steps=4 format=2] [ext_resource path="res://images/food.jpg" type="Texture" id=1] [ext_resource path="res://food.gd" type="Script" id=2] [sub_resource type="CircleShape2D" id=1] radius = 15.0333 [node name="food" type="StaticBody2D"] script = ExtResource( 2 ) [node name="CollisionShape2D" type="CollisionShape2D" parent="."] scale = Vector2( 1.00695, 0.934976 ) shape = SubResource( 1 ) [node name="Sprite" type="Sprite" parent="."] scale = Vector2( 0.0460735, 0.0456571 ) texture = ExtResource( 1 )