Checkbox time
This commit is contained in:
@@ -55,6 +55,7 @@ editor_ui :: () {
|
||||
}
|
||||
|
||||
ui_window_begin("Entities", 1, 5, 200, 600);
|
||||
checked := ui_checkbox(true);
|
||||
if engine.current_scene != null {
|
||||
for engine.current_scene.entities {
|
||||
if it.flags & .DELETED continue;
|
||||
|
||||
Reference in New Issue
Block a user