A barely working tool to find font characters and pick their color.
This commit is contained in:
parent
6b3ce5eb3d
commit
0edd948101
17 changed files with 406 additions and 72 deletions
3
save.cpp
3
save.cpp
|
@ -93,7 +93,8 @@ void save::load_configs(DinkyECS::World &world) {
|
|||
map["FLOOR_TILE"],
|
||||
map["PLAYER_TILE"],
|
||||
map["ENEMY_TILE"],
|
||||
map["BG_TILE"]
|
||||
map["BG_TILE"],
|
||||
map["WATER_TILE"],
|
||||
});
|
||||
|
||||
auto enemy = config["enemy"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue