Add small light to every 2D enemy, utilize CanMove tag to prevent some enemies (like Filth Eater) from moving while attacking (if it makes sense to do so)

This commit is contained in:
2026-06-14 01:53:31 -07:00
parent cdfb7e95a9
commit 03d6957d3b
30 changed files with 649 additions and 24 deletions
@@ -31,6 +31,7 @@ unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.370004, 0)
pixel_size = 0.005
billboard = 2
shaded = true
texture_filter = 0
[node name="CollisionShape3D" type="CollisionShape3D" parent="Pickup"]