UI windows

This commit is contained in:
2024-12-29 19:14:10 +01:00
parent e80843c9de
commit 4ac24fa03c
4 changed files with 68 additions and 9 deletions

View File

@@ -32,6 +32,10 @@ pick_scene_view_at :: (camera: Camera, coordinates: Vector2) {
}
editor_ui :: () {
ui_window_begin("Entities");
ui_label("TESTING ONE TWO", .{0,0.7,0,1});
ui_window_end();
ui_full_size_background();
ui_push_parent(ui_state.last_box, alignment=.LEFT, axis=.VERTICAL);
{