Added nuake wren modules path detection, removed project stuff

This commit is contained in:
Antoine Pilote
2021-07-03 16:00:13 -04:00
parent 2fff0594b0
commit f5bcb12f61
23 changed files with 37 additions and 533 deletions

View File

@@ -1237,8 +1237,6 @@ void EditorInterface::Draw()
{
if (ImGui::MenuItem("Empty")) {
auto ent = Engine::GetCurrentScene()->CreateEntity("Empty entity");
}
if (ImGui::MenuItem("Light")) {
auto ent = Engine::GetCurrentScene()->CreateEntity("Light");