7b30283765
feat: add animation player node; add animation for the animation player node with the sword;
godzilla5hrimp2026-09-24 21:18:24 +02:00
5120f11bfa
feat: add user's attack animation to the player's node;
godzilla5hrimp2026-09-20 20:53:46 +02:00
1655a9f8cc
feat: add the ui display for the user hp; connect it to the scene manager;
godzilla5hrimp2026-09-20 20:16:54 +02:00
a252f9419e
feat: add enemy node; add player/enemy collision; add player hp to the scene manager; add hit by enemy logic;
godzilla5hrimp2026-09-20 20:05:22 +02:00
a528943b91
feat: add music to the main scene and sfx for the npcs;
godzilla5hrimp2026-09-20 17:04:57 +02:00
5d484134e7
feat: add counter of the scrolls to the player node;
godzilla5hrimp2026-09-20 16:45:59 +02:00
31c34978f2
fix: fixed the sceneEntrance to the dungeoun and back; fixed the opened chest state after switching scenes;
godzilla5hrimp2026-09-20 16:38:08 +02:00
e789ea0717
feat: add persistence to the opened chest via SceneManager opened_chests array;
godzilla5hrimp2026-09-20 16:29:17 +02:00
8a4a440ad9
fix: fix the issue with overriding the timer signal function;
godzilla5hrimp2026-09-20 16:16:13 +02:00
fc007ca71a
feat: add a chest node; add logic for random scroll in the chest; add a timer t hide the scroll after;
godzilla5hrimp2026-09-20 16:06:58 +02:00
d8d342ab56
feat: add a switch for the hidden door; connect it and toggle via signals;
godzilla5hrimp2026-09-20 15:31:24 +02:00
c429e2c461
feat: add a secret wall on a separate layer with toggleable visibility and collision;
godzilla5hrimp2026-09-20 15:28:39 +02:00
15bac3c653
feat: add switch node; add user interaction logic with signals to the switch node;
godzilla5hrimp2026-09-20 15:18:29 +02:00
525f6c04db
feat: add limit to the camera2d on the main scene based on the node's size;
godzilla5hrimp2026-09-19 17:38:55 +02:00
23aa21b7b7
feat: add new dialogue boxes; add another green ninja npc; add an array of dialogues variations;
godzilla5hrimp2026-09-19 17:26:04 +02:00
5c3a533559
feat: add new npc node; add interactable group to the project; add intreactable area to the player;
godzilla5hrimp2026-09-19 16:46:29 +02:00
c42e2777ec
fix: redraw the connection for the walls corners connections;
godzilla5hrimp2026-08-18 15:44:07 +02:00
1d15df6085
feat: add new wall terrain for the dungeonScene; change physics in the terrain for the sprites;
godzilla5hrimp2026-08-18 15:36:35 +02:00
a97800846f
feat: add sceneManager; add playerSpawnPos to sceneEntrance and sceneManager; update player node to use value from sceneManager; make sceneManager autoloaded;
godzilla5hrimp2026-08-18 15:22:00 +02:00
ac86097b07
feat: move sceneEntrance to a separate node/scene; add new dungeonScene with moving back to the previous scene; add class_name to Player;
godzilla5hrimp2026-08-18 14:27:09 +02:00
4638954cdc
feat: add area2d; connect a bodyEntered and bodyLeft signals to that area2d;
godzilla5hrimp2026-08-18 14:02:19 +02:00
ee8c8837d3
feat: add a bunch of trees as a single tile; change it's collision form;
godzilla5hrimp2026-08-18 13:47:29 +02:00
ca88303f49
feat: added obstacleLayer; added new Tileset for obstacleLayer; added physics layers for tilesetNature; adjusted player's collision shape;
godzilla5hrimp2026-08-18 12:11:11 +02:00