added: implementation of cursor

This commit is contained in:
2024-07-05 11:40:46 -04:00
parent 5515326248
commit 0201425cf1
3 changed files with 34 additions and 6 deletions

View File

@ -30,9 +30,6 @@ enum game_command {game_command_terminate = 0,
game_command_pass, game_command_panic
};
// TODO: added a few colors for cursor
enum curse_color {};
enum stat_name {HP, ATK, DEF, hostile};
const int LAYER_CNT = 4; // TODO: update as you go