Improving window layouts (#532)

* improving component window layouts

* sound window update

* transform window update

* editor top gui animation; delete callback for entity tree

* layer window update

* other layout changes

* grid helper ini

* don't allow negative or zero local scale

* version bump

* camera fps config check if exists
This commit is contained in:
Turánszki János
2022-08-26 09:21:19 +02:00
committed by GitHub
parent e9debd0487
commit eff37576b5
47 changed files with 1165 additions and 105 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ void ComponentsWindow::Create(EditorComponent* _editor)
newComponentCombo.AddItem("Light " ICON_POINTLIGHT, 3);
newComponentCombo.AddItem("Matetial " ICON_MATERIAL, 4);
newComponentCombo.AddItem("Spring", 5);
newComponentCombo.AddItem("Inverse Kinematics", 6);
newComponentCombo.AddItem("Inverse Kinematics " ICON_IK, 6);
newComponentCombo.AddItem("Sound " ICON_SOUND, 7);
newComponentCombo.AddItem("Environment Probe " ICON_ENVIRONMENTPROBE, 8);
newComponentCombo.AddItem("Emitted Particle System " ICON_EMITTER, 9);