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
4
gui.hpp
4
gui.hpp
|
@ -24,9 +24,6 @@ using std::string;
|
|||
using ftxui::Canvas, ftxui::Component, ftxui::Screen, ftxui::Button;
|
||||
using lighting::LightRender;
|
||||
|
||||
constexpr int SCREEN_WIDTH = 40;
|
||||
constexpr int SCREEN_HEIGHT = 30;
|
||||
|
||||
struct ActionLog {
|
||||
std::deque<std::string> messages;
|
||||
|
||||
|
@ -38,7 +35,6 @@ struct ActionLog {
|
|||
}
|
||||
};
|
||||
|
||||
const int GAME_MAP_POS = 600;
|
||||
|
||||
class GUI {
|
||||
string $status_text = "NOT DEAD";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue