Commit graph

15 commits

Author SHA1 Message Date
minenice55
1f0187ee66 Internal: separate minigame definitions 2022-04-12 12:14:46 -04:00
Slaith
a653194e07 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
Jenny Crowe
2d80cb05b1 The biggest of boi refactors 2022-03-14 07:21:05 -07:00
Carson Kompon
e685e4eac2 Proper Mr. Upbeat Positioning 2022-03-12 11:57:46 -05:00
Jenny Crowe
fd037c4436 Organization refactor 2022-03-11 21:10:13 -07:00
Carson Kompon
c018f1c560 Mr. Upbeat now starts on the go no matter what 2022-03-11 20:54:05 -05:00
Jenny Crowe
66499f5db1 Merge pull request #46 from Slaith12/main
Implemented Inactive Functions and made OnGameSwitch functional
2022-03-08 17:12:52 -07:00
Slaith
531053cdd3 Implemented inactive functions for all game count ins
Also made some changes to how SwitchGame(), OnGameSwitch, and the jukebox work.
2022-03-07 20:46:49 -08:00
Carson Kompon
6f2f8b13bd Added generic Applause sound
Cleaned up Mr. Upbeat and Drumming Practice sounds as a result
2022-03-07 12:10:50 -05:00
Carson Kompon
564c8fe0a6 Added Ding/Applause SFX to Mr. Upbeat 2022-03-06 14:48:39 -05:00
Carson Kompon
b389cd7589 Fully functional and animated Mr. Upbeat 2022-03-06 14:37:50 -05:00
Carson Kompon
d5b800bb5b Added Mr. Upbeat fall animation 2022-03-06 12:34:54 -05:00
Carson Kompon
5c3730cf9d Slightly functional Mr. Upbeat 2022-03-04 22:10:10 -05:00
Carson Kompon
d22009e79c Mr Upbeat Programming progress
Autoplay works but it doesn't work otherwise
2022-03-04 17:03:57 -05:00
Carson Kompon
6d4a283eff Mr Upbeat Animation Setup 2022-03-04 15:47:40 -05:00