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
@@ -2,3 +2,4 @@ extends Node2D
var player_next_scene_spawn_pos: Vector2
var opened_chests: Array[String] = []
var player_hp: int = 3