new stuff

This commit is contained in:
2025-08-10 00:06:15 +02:00
parent 4a3d6a23ed
commit a2d4f2d0db
10 changed files with 904 additions and 2 deletions

8
level_crawler/readme.md Normal file
View File

@@ -0,0 +1,8 @@
# levelcrawler
tldr it's a poc to move from level to level only drawing partial data from the map
This is kindof like a test to make a dungeon crawler type thing with a map?
Basically i wanted to only draw parts of the map and have level transitions, so that's what i did so far :p