UI is now working the same as last time but using GUECS.
This commit is contained in:
parent
70c2ce7d51
commit
8f3a3c10c2
5 changed files with 41 additions and 18 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue