ft (very very wip): prey impl

This commit is contained in:
2025-12-19 20:07:53 +01:00
parent 551482e209
commit a5055a523f
19 changed files with 226 additions and 55 deletions

View File

@@ -18,14 +18,16 @@ animations = [{
radius = 191.95984
height = 1295.8773
[node name="player" type="Area2D"]
[node name="player" type="CharacterBody2D"]
collision_mask = 2
script = ExtResource("1_0ix7k")
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
visibility_layer = 2
scale = Vector2(0.5, 0.5)
sprite_frames = SubResource("SpriteFrames_onrkg")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="." groups=["player"]]
position = Vector2(0, 56)
rotation = -1.5732701
shape = SubResource("CapsuleShape2D_4flbx")