moving repo
This commit is contained in:
@ -30,6 +30,9 @@ 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
|
||||
|
Reference in New Issue
Block a user