Commit Graph

563 Commits

Author SHA1 Message Date
Pengu123 f5bcd70756 BUGFIX: Prevents Scrolling between cues mid-game
You can't scroll between the game event selector when the song is playing (Using the keyboard or scrollwheel). It's smoother especially when doing arrow inputs
2022-05-04 19:26:19 +02:00
Pengu123 defd64a56e noAutoplay and autoplayOnly settings
Would be especially useful for menial optional inputs like the offbeat parts of flockstep
2022-05-04 19:21:11 +02:00
Pengu123 ba8d2132ce Added Support for specific direction inputs
Added some comments on the PlayerInput class too for clarity
2022-05-04 18:42:06 +02:00
Pengu123 70a69a7c91 Fixed Input bugs + Optimizations
-- On the PlayerInput class --
FIXED: Bug where Directions input were still recorded even with autoplay on
OPTIMIZED: Moved the conditions wether player had control in it's own method so we can re-use the same condition on new methods
2022-05-04 18:05:05 +02:00
Pengu123 d41eaac105 ScheduleInput Method added, tests awaiting 2022-05-03 22:36:55 +02:00
Pengu123 0c14a082ac Coin Toss: Upscaled Graphics 2022-05-03 18:27:32 +02:00
Pengu123 555a2d6bc0 Fixed a bug where checkbox properties wouldn't load properly when selected 2022-05-03 17:26:08 +02:00
Pengu123 6bf5be2e5b Bug Fixing 2022-05-02 00:24:07 +02:00
Pengu123 b7ba06c812 Coin Toss Done. Needs HD Textures and more customization 2022-05-01 23:49:55 +02:00
Pengu123 6083e07535 Coin Toss Functionnal (Needs Miss and Blank animation) 2022-05-01 22:10:00 +02:00
Pengu123 0232fe5540 Throw and Catch animation 2022-05-01 20:22:00 +02:00
Pengu123 08d1907438 Ground assets foundations for Coin Toss 2022-05-01 17:59:02 +02:00
Pengu123 0169d2878f Start of coin toss sprites (WIP, needs better quality) 2022-05-01 17:06:37 +02:00
Jenny Crowe 9d1265149f Merge pull request #71 from minenice55/game-load-reflection
Internal: separate minigame definitions
2022-04-12 23:47:07 -07:00
minenice55 b0637a1281 Internal: fixed duplicated game defs 2022-04-12 17:49:00 -04:00
minenice55 9c37c673a4 Internal: adjust debug print for loader 2022-04-12 13:30:22 -04:00
minenice55 1f0187ee66 Internal: separate minigame definitions 2022-04-12 12:14:46 -04:00
Jenny Crowe 8c0a79255c Merge pull request #66 from minenice55/more-ntrIdol-2
Fan Club: bugfixes and additions
2022-03-28 11:55:18 -07:00
Jenny Crowe ec8517dffa Merge pull request #65 from Slaith12/main
Allowed lion count and mii faces to be set before game switches and f…
2022-03-28 11:55:03 -07:00
minenice55 dc3e7aadbd Correct compilation errors from merge 2022-03-28 09:45:16 -04:00
minenice55 24765c3d68 Merge branch 'master' into more-ntrIdol-2 2022-03-28 09:43:55 -04:00
minenice55 c8e3549848 Fan Club: delete reference material 2022-03-28 09:17:47 -04:00
Slaith 71e4e9c1f6 Fixed barrel break not working 2022-03-27 18:23:59 -07:00
minenice55 06980c2781 Fan Club: remove WIP 2022-03-27 19:06:00 -04:00
minenice55 6bbbabf7f6 Fan Club: more animations 2022-03-27 19:05:08 -04:00
Slaith 8960d9da55 Allowed lion count and mii faces to be set before game switches and fixed some bugs from last pr
I went through every single game script to look for bugs in intialization, there shouldn't be anything else that was caused by the pr (there is a bug in Spaceball where a ball cue won't trigger correctly if it's on the same beat as the switch, but i'm not sure how to fix it)
2022-03-27 11:13:13 -07:00
Jenny Crowe a1527d58b6 Blue Bear: Crumbs! (Also fixed animation bugs associated with a recent PR) 2022-03-27 05:08:26 -07:00
Jenny Crowe a9956e1401 Merge pull request #64 from Slaith12/main
fixing bugs from previous pr
2022-03-26 22:13:06 -07:00
minenice55 bf172ca17e Fan Club: idol squatting animation 2022-03-27 00:11:32 -04:00
Slaith 1c9331daf8 fixing another bug with clappy trio 2022-03-26 17:53:34 -07:00
Slaith b9c02eb039 i'm dumb lol 2022-03-26 17:42:50 -07:00
Jenny Crowe abf86b4258 Merge pull request #63 from Slaith12/main
Prevented out of order initialization
2022-03-25 21:48:51 -07:00
minenice55 7c591e0a11 Fan Club: arisa jump 2022-03-25 22:45:54 -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 54db4b1086 Merge pull request #62 from minenice55/scaled-secPerBeat
Conductor: pitchedSecPerBeat property
2022-03-25 17:52:33 -07:00
minenice55 cfe79438bf Merge branch 'master' into scaled-secPerBeat 2022-03-25 18:59:57 -04:00
minenice55 831b019735 Fan Club: root motion 2022-03-25 18:59:18 -04:00
minenice55 61aaea72d9 Fan Club: fix references 2022-03-25 18:51:43 -04:00
minenice55 1e2f259c97 Merge branch 'master' into more-ntrIdol-2 2022-03-25 18:29:18 -04:00
Jenny Crowe 46688a9496 Merge pull request #60 from minenice55/no-more-tempo-change
Editor: disabled tempo change placing
2022-03-24 11:41:36 -07:00
minenice55 68b12ee34b Editor: disabled tempo change placing
UNTESTED
2022-03-24 13:17:49 -04:00
minenice55 173e9d80dd Fan Club: note to self 2022-03-22 15:49:29 -04:00
minenice55 d13d547c89 Merge branch 'master' into more-ntrIdol-2 2022-03-22 15:28:44 -04:00
minenice55 6d857e9d5c Fan Club: prepare Arisa jumping 2022-03-22 15:23:55 -04:00
minenice55 5d95c9ec16 Conductor: property that returns secPerBeat scaled to song pitch
NEEDS TESTING
2022-03-22 14:29:15 -04:00
Jenny Crowe 7ff421c497 Merge pull request #59 from minenice55/improved-multisound
extend multisound with pitch, volume, looping, offset in seconds
2022-03-21 12:23:46 -07:00
minenice55 04535747f7 Fan Club: fix forcing idol anims during responses 2022-03-21 11:29:24 -04:00
minenice55 d768f48eae Fan Club: address issue with double clap -> I suppose stack 2022-03-21 11:23:42 -04:00
minenice55 7d580fb132 oops forgot a small thing
includes example using a fan club sound
2022-03-20 19:58:37 -04:00
minenice55 87bc5c9fff extend multisound with pitch, volume, looping, offset in seconds 2022-03-20 19:46:12 -04:00