Commit Graph

20 Commits

Author SHA1 Message Date
d7ff6e23b4 Internal: fixed duplicated game defs 2022-04-12 17:49:00 -04:00
be41ff3014 Internal: separate minigame definitions 2022-04-12 12:14:46 -04:00
4321e2c719 Merge pull request #63 from Slaith12/main
Prevented out of order initialization
2022-03-25 21:48:51 -07:00
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
f6df1644bc Conductor: property that returns secPerBeat scaled to song pitch
NEEDS TESTING
2022-03-22 14:29:15 -04:00
9f7b8ee278 The biggest of boi refactors 2022-03-14 07:21:05 -07:00
30d2931762 Organization refactor 2022-03-11 21:10:13 -07:00
55f31b4501 Added "ooh" toggle to DJ School 2022-03-01 14:44:55 -05:00
b488cc329d Begone test comment 2022-02-27 04:01:24 -07:00
e96a10ced3 Test commit 2022-02-27 02:15:18 -07:00
9716265960 Test commit 2: The testening 2022-02-21 19:37:46 -07:00
b3419e273a Test commit 2022-02-21 16:50:31 -07:00
d1eff4a20d DJ School: Cue elegibility tweaks (autoplay should work correctly now) 2022-02-21 07:56:10 -07:00
1a980347f6 DJ School: Additional gameplay implementation and tuning. 2022-02-20 10:28:56 -07:00
db2d226a1d DJ School: Fixed Playback Speed not playing well with Offsets
Added in a new bit to the offset fixes that accounts for song pitch
2022-02-11 20:09:39 -08:00
231227e94e DJ School: SFX Syncing
Re-synced some SFX, split others into multiple clips
2022-02-11 19:47:13 -08:00
6cfbb0e3f5 DJ School extra sfx 2022-02-09 02:46:49 -05:00
f376e30ee2 You can no longer stab multiple peas at once (Fork Lifter) 2022-02-05 23:03:31 -05:00
7a624d0581 Some DJ School logic and animations, DJ Yellow is not currently animatable. 2022-02-04 22:48:35 -05:00
3941410e17 DJ School sounds 2022-02-02 21:09:50 -05:00