HeavenStudioPlus/Assets/Scripts/Games/WizardsWaltz
Slaith ebeea121ed Moved all minigame initialization to Awake()
I just moved everything that was in start to awake. There are a few other changes I made, like using init functions rather than awake in scripts that depended on something that was initialized in another script's awake (to make sure things always happen in the right order), as well as some other stuff in some specific minigames
2022-03-25 19:08:46 -07:00
..
Girl.cs The biggest of boi refactors 2022-03-14 07:21:05 -07:00
Girl.cs.meta Added the girl to Wizard's Waltz 2022-03-04 00:16:38 -05:00
MagicFX.cs Moved all minigame initialization to Awake() 2022-03-25 19:08:46 -07:00
MagicFX.cs.meta Added wand and sparkle FX to Wizard's Waltz 2022-03-04 23:28:56 -05:00
Plant.cs Moved all minigame initialization to Awake() 2022-03-25 19:08:46 -07:00
Plant.cs.meta Wizard's Waltz is feature complete 2022-03-03 22:30:08 -05:00
Wizard.cs Moved all minigame initialization to Awake() 2022-03-25 19:08:46 -07:00
Wizard.cs.meta He rotate 2022-03-03 19:15:56 -05:00
WizardsWaltz.cs Moved all minigame initialization to Awake() 2022-03-25 19:08:46 -07:00
WizardsWaltz.cs.meta Began adding Wizard's Waltz 2022-03-03 18:33:22 -05:00