Expression and humanoid lua bindings (#569)

* Expression and humanoid lua bindings

* add fog color override

* fix

* added scene saved indicator text

* win + D fix
This commit is contained in:
Turánszki János
2022-09-19 12:19:46 +02:00
committed by GitHub
parent 29be5b3dcb
commit d832ee167f
14 changed files with 656 additions and 51 deletions
+2
View File
@@ -568,6 +568,8 @@ void OptionsWindow::Create(EditorComponent* _editor)
}
editor->inactiveEntityColor.setA(150);
editor->save_text_color = theme.font.color;
});
AddWidget(&themeCombo);