add EditorNameComponent by default

This commit is contained in:
SweetId
2023-10-12 19:15:02 -04:00
parent d6ecfb3476
commit 4ec877f656
3 changed files with 7 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ namespace Nz
bool CloseLevel();
bool OpenLevel(const std::filesystem::path& path);
entt::handle CreateEntity();
entt::handle CreateEntity(const std::string& name);
template<typename T>
void RegisterWindow()