animate clip rect, fix main app

This commit is contained in:
Krzosa Karol
2025-02-03 09:33:09 +01:00
parent 9f33ea0914
commit e7a2a775b2
9 changed files with 67 additions and 78 deletions

View File

@@ -17,6 +17,8 @@ struct ui_box_flags_t {
b8 draw_text: 1;
b8 clip_rect: 1;
b8 animate_appear: 1;
b8 children_sum_x: 1;
b8 children_sum_y: 1;
b8 keyboard_nav: 1;