summaryrefslogtreecommitdiff
path: root/src/entities/food/scenes/FoodBasic.tscn
blob: 5a4474e5fde36cf544ce0ee7359f5625270f31e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[gd_scene load_steps=3 format=2]

[ext_resource path="res://entities/food/scripts/food_basic.gd" type="Script" id=1]

[sub_resource type="CircleShape2D" id=1]
radius = 4.0

[node name="FoodBasic" type="Area2D"]
collision_layer = 256
collision_mask = 0
script = ExtResource( 1 )

[node name="Sprite" type="Sprite" parent="."]

[node name="Collision" type="CollisionShape2D" parent="."]
shape = SubResource( 1 )