PA-1.8.5-Version.02
·
8 commits
to main
since this release
ADDED
- 5 new music files
- new music system, title screen is no longer the only place in the game with music
- utils.lua, a file containing utilities for the game
- render.lua, contains all drawing functions and handles graphics
- character_control.lua, handles character pathfinding and also player movement.
- major refactors for the project, random music selection between game_music and menu_music, prototype death music system being planned for next version.
- a tick handler to fully support the new every 60 seconds you heal one health system
MOVED
- all draw functions are now in render.lua
- all movement and "pathfinding" systems are now in character_control.
REMOVED
- the title screen music loader, replaced by the new one.
- the main.lua swordsman pathfinding, thats now in character_control
- some redundant lines in the code
CHANGED
- the background is now tan