14 Commits
Author SHA1 Message Date
godzilla5hrimp a252f9419e feat: add enemy node; add player/enemy collision; add player hp to the scene manager; add hit by enemy logic; 2026-09-20 20:05:22 +02:00
godzilla5hrimp 77214d4723 fix: remove the whitespaces and clean up; 2026-09-20 16:51:17 +02:00
godzilla5hrimp 31c34978f2 fix: fixed the sceneEntrance to the dungeoun and back; fixed the opened chest state after switching scenes; 2026-09-20 16:38:08 +02:00
godzilla5hrimp d8d342ab56 feat: add a switch for the hidden door; connect it and toggle via signals; 2026-09-20 15:31:24 +02:00
godzilla5hrimp c429e2c461 feat: add a secret wall on a separate layer with toggleable visibility and collision; 2026-09-20 15:28:39 +02:00
godzilla5hrimp 5b7c474f32 feat: add ice block variant; add button variant; 2026-09-19 14:06:51 +02:00
godzilla5hrimp 2b4b54612f feat: fix the block pushing; add new groups for walls and pushable objects; 2026-09-18 10:39:03 +02:00
godzilla5hrimp b2a7fa65ad feat: add a unmovable block as a scene; add it to gameScene; 2026-08-24 08:20:45 +02:00
godzilla5hrimp e87ebd3827 fix: change window scaling to mode; 2026-08-18 16:10:15 +02:00
godzilla5hrimp 6fb32a6cd1 feat: add dungeon floor tiles; 2026-08-18 16:02:45 +02:00
godzilla5hrimp c42e2777ec fix: redraw the connection for the walls corners connections; 2026-08-18 15:44:07 +02:00
godzilla5hrimp 1d15df6085 feat: add new wall terrain for the dungeonScene; change physics in the terrain for the sprites; 2026-08-18 15:36:35 +02:00
godzilla5hrimp a97800846f feat: add sceneManager; add playerSpawnPos to sceneEntrance and sceneManager; update player node to use value from sceneManager; make sceneManager autoloaded; 2026-08-18 15:22:00 +02:00
godzilla5hrimp ac86097b07 feat: move sceneEntrance to a separate node/scene; add new dungeonScene with moving back to the previous scene; add class_name to Player; 2026-08-18 14:27:09 +02:00