Commit graph

25 commits

Author SHA1 Message Date
Mytiaoga
4f08887078 First Contact & Tap Trial
First Contact:
Live is now offbeat
[alienSuccess] code block is a bit smaller
Mission Control is now stretchable

Tap Trial
- Started working on coding the inputs
- Animated monkey (tap, double, and triple (incomplete))
2022-07-11 13:53:25 +08:00
Mytiaoga
614059a4d3 Updated Inputs for some minigames
First Contact & DJ School has their inputs methods updated
2022-07-08 13:27:10 +08:00
minenice55
1dda4f9477
Allow games to load assets from AssetBundles (#102)
* Loading improvements: prepwork for loading from assetbundles

* note for sfx

* cleaner code

* correct type

* put loaded assetbundle in the minigame data instead

also lays groundwork for future localization stuff

* add samurai slice gold, coin toss assetbundles

* very messy "already loaded" checks

* make Dj School load from assetbundle
2022-06-12 12:32:00 -07:00
minenice55
d7ff6e23b4 Internal: fixed duplicated game defs 2022-04-12 17:49:00 -04:00
minenice55
be41ff3014 Internal: separate minigame definitions 2022-04-12 12:14:46 -04:00
Jenny Crowe
4321e2c719
Merge pull request #63 from Slaith12/main
Prevented out of order initialization
2022-03-25 21:48:51 -07:00
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
minenice55
f6df1644bc Conductor: property that returns secPerBeat scaled to song pitch
NEEDS TESTING
2022-03-22 14:29:15 -04:00
Jenny Crowe
9f7b8ee278 The biggest of boi refactors 2022-03-14 07:21:05 -07:00
Jenny Crowe
30d2931762 Organization refactor 2022-03-11 21:10:13 -07:00
Carson Kompon
55f31b4501 Added "ooh" toggle to DJ School 2022-03-01 14:44:55 -05:00
Jenny Crowe
b488cc329d Begone test comment 2022-02-27 04:01:24 -07:00
Jenny Crowe
e96a10ced3 Test commit 2022-02-27 02:15:18 -07:00
Jenny Crowe
9716265960 Test commit 2: The testening 2022-02-21 19:37:46 -07:00
Jenny Crowe
b3419e273a Test commit 2022-02-21 16:50:31 -07:00
Jenny Crowe
d1eff4a20d DJ School: Cue elegibility tweaks (autoplay should work correctly now) 2022-02-21 07:56:10 -07:00
Jenny Crowe
1a980347f6 DJ School: Additional gameplay implementation and tuning. 2022-02-20 10:28:56 -07:00
saladplainzone
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
saladplainzone
231227e94e DJ School: SFX Syncing
Re-synced some SFX, split others into multiple clips
2022-02-11 19:47:13 -08:00
Braedon
6cfbb0e3f5 DJ School extra sfx 2022-02-09 02:46:49 -05:00
Braedon
f376e30ee2 You can no longer stab multiple peas at once (Fork Lifter) 2022-02-05 23:03:31 -05:00
Braedon
7f68ad28c2 Clappy trio input problem fixed 2022-02-05 15:28:04 -05:00
Braedon
217849e666 Audio mixers 2022-02-04 23:40:33 -05:00
Braedon
7a624d0581 Some DJ School logic and animations, DJ Yellow is not currently animatable. 2022-02-04 22:48:35 -05:00
Braedon
3941410e17 DJ School sounds 2022-02-02 21:09:50 -05:00