Oleg Lavrov godzilla5hrimp
  • Freiburg im Breisgau
  • Joined on 2026-02-24
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;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-18 18:34:25 +00:00
0d6bfd6e90 feat: add puzzleButton node; add logic and collisions to it;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-09-18 08:40:29 +00:00
2b4b54612f feat: fix the block pushing; add new groups for walls and pushable objects;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-08-31 09:15:30 +00:00
8ba607d1b0 feat: simple git test;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-08-24 06:20:49 +00:00
b2a7fa65ad feat: add a unmovable block as a scene; add it to gameScene;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-08-18 14:10:20 +00:00
e87ebd3827 fix: change window scaling to mode;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-08-18 14:02:51 +00:00
6fb32a6cd1 feat: add dungeon floor tiles;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-08-18 13:44:11 +00:00
c42e2777ec fix: redraw the connection for the walls corners connections;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-08-18 13:36:42 +00:00
1d15df6085 feat: add new wall terrain for the dungeonScene; change physics in the terrain for the sprites;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-08-18 13:22:04 +00:00
a97800846f feat: add sceneManager; add playerSpawnPos to sceneEntrance and sceneManager; update player node to use value from sceneManager; make sceneManager autoloaded;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-08-18 12:27:14 +00: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;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-08-18 12:02:26 +00:00
4638954cdc feat: add area2d; connect a bodyEntered and bodyLeft signals to that area2d;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-08-18 11:47:35 +00:00
ee8c8837d3 feat: add a bunch of trees as a single tile; change it's collision form;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-08-18 10:11:15 +00:00
ca88303f49 feat: added obstacleLayer; added new Tileset for obstacleLayer; added physics layers for tilesetNature; adjusted player's collision shape;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-08-18 09:53:08 +00:00
6bfaa82f34 feat: extend forest terrain with edge cases;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-08-18 09:45:06 +00:00
7ae9c47246 feat: add first terrain; play around with the map with terrain;
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-08-18 09:28:35 +00:00
cc7d64d0da fix: untrack all of the .DS_Store files
b3873ffd91 feat: add curesd .DS_Store to .gitignore
Compare 2 commits »
godzilla5hrimp pushed to main at godzilla5hrimp/godot-action-adventure-test 2026-08-18 09:24:06 +00:00
3c257a341b feat: add new layer for the tilesetMap; create a road pattern;