feat: Add core map generation and management system
- Introduced MapData, MapGenerator, and MapPainter classes for procedural map generation. - Implemented LevelManager to handle level initialization and navigation. - Created TurnManager for managing turn order in a turn-based system. - Added Player and Enemy character classes with movement and turn-taking capabilities. - Established pathfinding using AStar2D in PathfindingHandler. - Integrated new scenes for player and enemy characters, along with world setup. - Included a new tileset for futuristic Zelda-themed assets.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
Thank you for purchasing my assets! You can find others or games on my itch.io:
|
||||
|
||||
https://deakcor.itch.io/
|
||||
|
||||
If you want to contact me or follow my works, you can by following my twitter!
|
||||
|
||||
https://twitter.com/deakcor
|
||||
Reference in New Issue
Block a user