Commit graph

23 commits

Author SHA1 Message Date
Rapandrasmus
14149b57e7 New animation helper function and rhythm rally scaled animations (#285) 2023-02-17 18:45:18 +00:00
Rapandrasmus
c1932225d3 Tons of cleanup in TONS OF MINIGAMES!!! (#270)
* Tons of stuff...

* Drumming practice improvements

* Easing for drumming practice

* Converted TOTC to prefunction

* Split scratch o into two

* Forthington voice lines can now be played outside of air rally

* Rhythm Rally Improvements

* Air rally sound improvements

* Spawn blocks rework

* BTS ds small tweaks

* Tap Trial fixes

* More tweaks to tap trial

* Final minor tweaks
2023-02-14 16:31:51 +00:00
minenice55
a57c373dfb Second PlayerActionEvent Pass (#206)
* fix crop stomp input scheduling bugs

* update space soccer to use PlayerActionEvent

* update spaceball to use PlayerActionEvent

make PlayerActionEvents clean themselves up on game switch

* update rhythm rally to use PlayerActionEvent

* update rhythm tweezers to use PlayerActionEvent

* update mahou tsukai to use PlayerActionEvent

* reduce logging level
2023-01-15 22:05:25 -05:00
minenice55
9825737cb3 fix typo 2022-08-23 09:09:43 -04:00
minenice55
dcb2a71b98 start implementation of new format
needs fixes for some types
2022-08-21 19:46:45 -04:00
minenice55
07663c4919 finish conversions 2022-08-20 23:13:52 -04:00
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
Jenny Crowe
fd037c4436 Organization refactor 2022-03-11 21:10:13 -07:00
Jenny Crowe
c0a6a39a66 Rhythm Rally: Feature complete! 2022-03-05 12:30:05 -07:00
Jenny Crowe
482a6b532a Rally: Ball tweaks 2022-03-05 10:41:54 -07:00
Carson Kompon
594158cee3 Added camera zoom 2022-02-28 15:43:32 -05:00
Carson Kompon
ed57295e9d Rhythm Rally Camera Event
Rotate the camera with different easing functions and the option to add/remove from current rotation.
2022-02-28 14:31:28 -05:00
Jenny Crowe
e0d2f2109e Rhythm Rally: Whistle separated from "toss ball" event and added to "whistle" event 2022-02-22 20:34:11 -07:00
Jenny Crowe
e3863590fb Rhythm Rally: Added "toss ball" action. Paddler now also tosses ball when you miss. 2022-02-21 23:43:24 -07:00
Braedon
aec0522ceb Rhythm Rally polish 2022-02-15 00:17:53 -05:00
Jenny Crowe
d18581074d Rhythm Rally: Basic gameplay setup 2022-02-14 01:53:58 -07:00
Jenny Crowe
bf64e5b0df Rhythm Rally: Better camera/layer configuration 2022-02-12 10:16:50 -07:00
Jenny Crowe
2b452ab4d8 Rhythm Rally: Utilizing rendertextures to preserve main camera qualities between games 2022-02-12 09:57:45 -07:00
Jenny Crowe
454368e775 Rhythm Rally: Animations baybeeeeeeeeee 2022-02-12 01:12:12 -07:00
Braedon
4efc96255e Spaceball's camera messed with other games 2022-02-04 13:15:28 -05:00
Braedon
eac24e76c0 DJ School sounds 2022-02-02 21:09:50 -05:00