Move old files to folder for cleanup

This commit is contained in:
Sky Johnson 2024-07-11 21:19:20 -05:00
parent 056d3439e5
commit a3819f9e16
13 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ The Update has not been merged into `master` yet, but it will be. In the meantim
### Added
- New database wrapper! Allows easy access to the database, which itself has been changed (see changed notes). Can CRUD with a simple interface.
- ~~New database wrapper! Allows easy access to the database, which itself has been changed (see changed notes). Can CRUD with a simple interface.~~ The wrapper has been dropped in favor of a leaner light debug-focused wrapper for PDO.
- New render method! Uses an output buffer and `extract()` to safely render templates and allows us to use pure PHP for templating... which we *were* doing before, but now it's even better!
- New background image; this one is small, but the old garrish yellow background has been replaced with a smooth white/gray background. The plan is to add a theme toggle later to use the retro look on demand.
- Status points; to give the player more build agency, status points will be given per level-up. The number of points can be changed in the overall game settings.