Day 3 - Menu Stuff

Small changes & adjustments to the MenuScene.
This commit is contained in:
StudentJW
2026-01-20 15:25:24 +00:00
parent e58db7d6af
commit ff4bc745e1
13 changed files with 506 additions and 118 deletions

View File

@@ -8,7 +8,7 @@ namespace InterfaceOff.MainMenu
private void Start() => iTween.ScaleTo
(
gameObject,
iTween.Hash("x", 1.2, "y", 1.2, "time", 1.5, "looptype", "pingpong", "easetype", iTween.EaseType.easeInOutQuad)
iTween.Hash("x", 1.1, "y", 1.1, "time", 1.5, "looptype", "pingpong", "easetype", iTween.EaseType.easeInOutQuad)
);
}
}