This commit is contained in:
2024-10-25 00:12:56 +02:00
parent 39b04d84b2
commit 36375c2d15
5 changed files with 490 additions and 196 deletions

View File

@@ -396,9 +396,11 @@ DONE
EDITOR_UI_ENTITY_CREATION :: #string DONE
#if EDITOR {
editor_ui_entity_creation :: () -> *Entity {
%1
return null;
}
}
DONE