Oleg Lavrov godzilla5hrimp
  • Freiburg im Breisgau
  • Joined on 2026-02-24
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-24 19:54:24 +00:00
2aad0915e3 feat: add follow logic to the slime;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-24 19:19:54 +00:00
7b30283765 feat: add animation player node; add animation for the animation player node with the sword;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-20 18:55:11 +00:00
5120f11bfa feat: add user's attack animation to the player's node;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-20 18:18:19 +00:00
1655a9f8cc feat: add the ui display for the user hp; connect it to the scene manager;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-20 18:06:50 +00:00
a252f9419e feat: add enemy node; add player/enemy collision; add player hp to the scene manager; add hit by enemy logic;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-20 15:06:23 +00:00
a528943b91 feat: add music to the main scene and sfx for the npcs;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-20 14:52:43 +00:00
77214d4723 fix: remove the whitespaces and clean up;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-20 14:47:24 +00:00
5d484134e7 feat: add counter of the scrolls to the player node;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-20 14:39:33 +00:00
31c34978f2 fix: fixed the sceneEntrance to the dungeoun and back; fixed the opened chest state after switching scenes;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-20 14:30:41 +00:00
e789ea0717 feat: add persistence to the opened chest via SceneManager opened_chests array;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-20 14:17:38 +00:00
8a4a440ad9 fix: fix the issue with overriding the timer signal function;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-20 14:08:25 +00:00
fc007ca71a feat: add a chest node; add logic for random scroll in the chest; add a timer t hide the scroll after;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-20 13:32:51 +00:00
d8d342ab56 feat: add a switch for the hidden door; connect it and toggle via signals;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-20 13:30:06 +00:00
c429e2c461 feat: add a secret wall on a separate layer with toggleable visibility and collision;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-20 13:19:54 +00:00
15bac3c653 feat: add switch node; add user interaction logic with signals to the switch node;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-19 15:40:20 +00:00
525f6c04db feat: add limit to the camera2d on the main scene based on the node's size;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-19 15:27:29 +00:00
23aa21b7b7 feat: add new dialogue boxes; add another green ninja npc; add an array of dialogues variations;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-19 14:47:55 +00:00
5c3a533559 feat: add new npc node; add interactable group to the project; add intreactable area to the player;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-19 12:08:20 +00:00
5b7c474f32 feat: add ice block variant; add button variant;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-18 18:53:45 +00:00
4234167cc1 feat: add closed door node; add 2 new signals to puzzleButton node; connected signals to lockedDoor node;