UI is now working the same as last time but using GUECS.

This commit is contained in:
Zed A. Shaw 2025-04-22 11:54:35 -04:00
parent 70c2ce7d51
commit 8f3a3c10c2
5 changed files with 41 additions and 18 deletions

View file

@ -68,7 +68,7 @@ namespace guecs {
struct Meter {
float percent = 1.0f;
Rectangle bar;
Rectangle bar{};
void init(lel::Cell& cell);
};
@ -225,8 +225,6 @@ namespace guecs {
void show_sprite(string region, string sprite_name);
void show_text(string region, wstring content);
void update_text(string region, wstring content);
void update_label(string region, wstring content);
void show_label(string region, wstring content);
};