Removed the last remnants of Wren QQ

This commit is contained in:
WiggleWizard
2024-09-17 00:08:04 +01:00
parent 4ac7d1cfc9
commit 1b2abced1e
15 changed files with 1 additions and 686 deletions

View File

@@ -2104,16 +2104,6 @@ namespace Nuake {
}
ImGui::EndMenu();
}
if (ImGui::BeginMenu("Script"))
{
if (ImGui::MenuItem("Script"))
{
entity = scene->CreateEntity("Script");
entity.AddComponent<WrenScriptComponent>();
}
ImGui::EndMenu();
}
if (entity.IsValid())
{