HeavenStudio/Assets/Scripts/Games/DrummingPractice
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
..
Drummer.cs Added Streaks and Set Background Color to Drumming Practice 2022-03-15 19:15:54 -04:00
Drummer.cs.meta Started prepping Drumming Practice 2022-03-06 22:17:46 -05:00
DrummerHit.cs Moved all minigame initialization to Awake() 2022-03-25 19:08:46 -07:00
DrummerHit.cs.meta Working Drumming Practice 2022-03-07 00:00:54 -05:00
DrummingPractice.cs Moved all minigame initialization to Awake() 2022-03-25 19:08:46 -07:00
DrummingPractice.cs.meta Started prepping Drumming Practice 2022-03-06 22:17:46 -05:00