Oleg Lavrov godzilla5hrimp
  • Freiburg im Breisgau
  • Joined on 2026-02-24
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-24 21:21:35 +00:00
3a7f3c7ec3 fix: player attack logic; add sfx to the player attack;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-24 20:45:29 +00:00
9c294d1394 feat: add flashing on hit both on player and on the slime;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-24 20:35:17 +00:00
aff5df529e fix: combat animation fix; add the death animation + delay;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-24 20:24:10 +00:00
20c127e11d feat: add knockback functionality; add the hp to the slime;
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;