Better UI layout and actually tracking deaths.

This commit is contained in:
Zed A. Shaw 2024-09-16 18:19:54 -04:00
parent 662e4bf918
commit 56663b9052
6 changed files with 23 additions and 51 deletions

View file

@ -59,9 +59,7 @@ public:
void update_entities();
void update_log(std::vector<string> &lines);
void write_text(int x, int y, string content);
void write_text(int x, int y, string content, float size_mult=1.0f);
void ImGui_setup();
void ImGui_update();
void Window_update();
};