entity_ui_proc generation

This commit is contained in:
2024-11-28 00:15:07 +01:00
parent ff74156d60
commit 80de060002
4 changed files with 170 additions and 0 deletions

View File

@@ -229,6 +229,8 @@ editor_ui :: () {
ui_vector_field("Scale", *entity.transform.scale);
update_matrix(*entity.transform);
entity_ui(entity);
}
}