Add stats menu that shows all the player's stat numbers.
The player can level up.
-[ ] Change player stats to one of STR INT DEX.
+[ ] Player stats should be simple to understand
-Meta-stats should be current hp and current mp.
-They are required for gameplay reasons.
-All other values should be calculated based on those.
-ATK = STR / 4 + DEX / 8
-MP_MAX = INT / 4
-HP_MAX = STR / 4
-DEF = STR / 4 + DEX / 4
+- HP
+- MP
+- ATK
+- DEF
+- EXP
-Stats should be 16 bit numbers.
+Stats should be 8 bit numbers.
Only the player has stats saved, actors are simply looked up based on type + floor.