24 Commits
Author SHA1 Message Date
godzilla5hrimp 3a7f3c7ec3 fix: player attack logic; add sfx to the player attack; 2026-09-24 23:20:06 +02:00
godzilla5hrimp 9c294d1394 feat: add flashing on hit both on player and on the slime; 2026-09-24 22:44:00 +02:00
godzilla5hrimp aff5df529e fix: combat animation fix; add the death animation + delay; 2026-09-24 22:33:48 +02:00
godzilla5hrimp 20c127e11d feat: add knockback functionality; add the hp to the slime; 2026-09-24 22:22:42 +02:00
godzilla5hrimp 7b30283765 feat: add animation player node; add animation for the animation player node with the sword; 2026-09-24 21:18:24 +02:00
godzilla5hrimp 5120f11bfa feat: add user's attack animation to the player's node; 2026-09-20 20:53:46 +02:00
godzilla5hrimp 1655a9f8cc feat: add the ui display for the user hp; connect it to the scene manager; 2026-09-20 20:16:54 +02:00
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 5d484134e7 feat: add counter of the scrolls to the player node; 2026-09-20 16:45:59 +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 5c3a533559 feat: add new npc node; add interactable group to the project; add intreactable area to the player; 2026-09-19 16:46:29 +02:00
godzilla5hrimp 5b7c474f32 feat: add ice block variant; add button variant; 2026-09-19 14:06:51 +02:00
godzilla5hrimp 0d6bfd6e90 feat: add puzzleButton node; add logic and collisions to it; 2026-09-18 20:33:00 +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 8ba607d1b0 feat: simple git test; 2026-08-31 11:15:12 +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 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
godzilla5hrimp 045416662c feat: add tilesetMap; change simple grass probability in grass layer tiles; 2026-08-18 11:14:22 +02:00
godzilla5hrimp c93c391c0a fix: change to elif for diagonal movement; 2026-08-18 11:02:41 +02:00
godzilla5hrimp 1146811e15 fix: add stop for animatedSprite2D; 2026-08-18 09:59:31 +02:00
godzilla5hrimp c9722e45a9 feat: add gameScene; add player movement; 2026-08-18 09:47:21 +02:00
godzilla5hrimp 4e215d5d8f init repo; 2026-08-18 09:03:49 +02:00