Update v0.1.3
This is an update to the game which includes the following changes:
- Added extensible save system
- Added basic export template for Windows
- Reorganized project structure
- Added next arrow to dialog system
- Added extensible visual novel system
- Decoupled the visual novel system from the dialog system
- Added sprites to the visual novel system
- Added 3d visuals in the main menu
This update may look like a small one, but the changes listed required a lot of forethought and planning to implement. I did not want to rush the implementation so that we are not dealing with much technical debt in the future. I’ve also tried to maintain a clean, extensible, and single-responsibility code. This absolutely helps in the long run as when I did the refactor to the Visual Novel system, the sketch code was awful to work with until I refactored it.
This update was overwhelming but I’m happy with the results.
Next Update: Update v0.1.4