editor: script window update; improved character zone scripts;

This commit is contained in:
Turánszki János
2022-10-24 17:38:31 +02:00
parent 8bcd61daaa
commit 50692151cf
5 changed files with 22 additions and 6 deletions
+1
View File
@@ -114,6 +114,7 @@ void ScriptWindow::SetEntity(wi::ecs::Entity entity)
{
fileButton.SetText("Open File...");
}
playonceCheckBox.SetCheck(script->IsPlayingOnlyOnce());
}
}