Commit Graph
22 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 a528943b91 feat: add music to the main scene and sfx for the npcs; 2026-09-20 17:04:57 +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 fc007ca71a feat: add a chest node; add logic for random scroll in the chest; add a timer t hide the scroll after; 2026-09-20 16:06:58 +02:00
godzilla5hrimp 15bac3c653 feat: add switch node; add user interaction logic with signals to the switch node; 2026-09-20 15:18:29 +02:00
godzilla5hrimp 525f6c04db feat: add limit to the camera2d on the main scene based on the node's size; 2026-09-19 17:38:55 +02:00
godzilla5hrimp 23aa21b7b7 feat: add new dialogue boxes; add another green ninja npc; add an array of dialogues variations; 2026-09-19 17:26:04 +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 4234167cc1 feat: add closed door node; add 2 new signals to puzzleButton node; connected signals to lockedDoor node; 2026-09-18 20:52:17 +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 b2a7fa65ad feat: add a unmovable block as a scene; add it to gameScene; 2026-08-24 08:20:45 +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 4638954cdc feat: add area2d; connect a bodyEntered and bodyLeft signals to that area2d; 2026-08-18 14:02:19 +02:00
godzilla5hrimp ee8c8837d3 feat: add a bunch of trees as a single tile; change it's collision form; 2026-08-18 13:47:29 +02:00
godzilla5hrimp ca88303f49 feat: added obstacleLayer; added new Tileset for obstacleLayer; added physics layers for tilesetNature; adjusted player's collision shape; 2026-08-18 12:11:11 +02:00
godzilla5hrimp 6bfaa82f34 feat: extend forest terrain with edge cases; 2026-08-18 11:53:02 +02:00
godzilla5hrimp 7ae9c47246 feat: add first terrain; play around with the map with terrain; 2026-08-18 11:44:48 +02:00
godzilla5hrimp 3c257a341b feat: add new layer for the tilesetMap; create a road pattern; 2026-08-18 11:24:01 +02:00
godzilla5hrimp 045416662c feat: add tilesetMap; change simple grass probability in grass layer tiles; 2026-08-18 11:14:22 +02:00
godzilla5hrimp c9722e45a9 feat: add gameScene; add player movement; 2026-08-18 09:47:21 +02:00