feat: add enemy node; add player/enemy collision; add player hp to the scene manager; add hit by enemy logic;

This commit is contained in:
2026-09-20 20:05:22 +02:00
parent a528943b91
commit a252f9419e
7 changed files with 88 additions and 18 deletions
+1
View File
@@ -44,6 +44,7 @@ Interact={
2d_physics/layer_2="Player"
2d_physics/layer_3="Puzzle Elements"
2d_physics/layer_4="Puzzle Walls"
2d_physics/layer_5="Enemies"
[physics]