summaryrefslogtreecommitdiff
path: root/scenes/fodder.tscn
blob: 44b60691b83ada95a496389060b2940c334cb9e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[gd_scene load_steps=3 format=3 uid="uid://rp5orgc6ae7j"]

[ext_resource type="Script" uid="uid://gn1504blq1pf" path="res://scripts/fodder.gd" id="1_4lnnv"]

[sub_resource type="CircleShape2D" id="CircleShape2D_220eh"]
radius = 8.06226

[node name="CrawlerFodder" type="CharacterBody2D"]
script = ExtResource("1_4lnnv")

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

[node name="Sprite2D" type="Sprite2D" parent="."]
region_rect = Rect2(400, 64, 16, 16)