food.tscn 521 B

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