Improving entity serialization

This commit is contained in:
2024-11-08 23:41:39 +01:00
parent 194ec7d257
commit 55bcb5032d
4 changed files with 9 additions and 1 deletions

View File

@@ -100,6 +100,8 @@ editor_ui :: () {
if engine.current_scene != null {
for engine.current_scene.entities {
if it.flags & .DELETED continue;
ui_set_next_padding(20);
clicked := false;
selected := array_find(engine.editor.selected_entities, it);