Commit graph

319 commits

Author SHA1 Message Date
Jenny Crowe 9f7b8ee278 The biggest of boi refactors 2022-03-14 07:21:05 -07:00
Jenny Crowe 95a04168ec Fireworks: More setup 2022-03-13 07:35:22 -07:00
Jenny Crowe ad4a47f45d Fireworks: Basic scene setup 2022-03-13 06:26:06 -07:00
Jenny Crowe 3a6df6035b Stomp: Fixed issues associated with specific cue setups. 2022-03-13 03:25:41 -07:00
Jenny Crowe 5a9cf5507a
Merge pull request #49 from CarsonKompon/mr-upbeat-repositioning
Proper Mr. Upbeat Positioning
2022-03-12 18:32:12 -07:00
saladplainzone bb67037588 Fixed Space Soccer Dispense Sound 2022-03-12 17:13:10 -08:00
Carson Kompon ad151c3d07 Proper Mr. Upbeat Positioning 2022-03-12 11:57:46 -05:00
Jenny Crowe caf2394c47 Blue Bear: Basic gameplay setup 2022-03-12 07:14:41 -07:00
Jenny Crowe 147332cff2 Fork Lifter: Minor script tweak for readability. 2022-03-11 21:20:33 -07:00
Jenny Crowe 30d2931762 Organization refactor 2022-03-11 21:10:13 -07:00
Jenny Crowe 64a5bd6674 Blue Bear: Extremely basic scene setup 2022-03-11 20:15:15 -07:00
Carson Kompon 8ebcf18501 Mr. Upbeat now starts on the go no matter what 2022-03-11 20:54:05 -05:00
minenice55 07074783af correct descriptions 2022-03-11 13:27:35 -05:00
minenice55 b506c8f452 de-hardcode conditional 2022-03-11 13:24:24 -05:00
minenice55 5cf2255022 Drumming Practice: individually set each mii
note: had to add a third integer value to the Beatmap parameters, may wanna consider using some kind of array in the future
2022-03-11 13:20:24 -05:00
Jenny Crowe 344a5b37d6 Rhythm Rally: Darkened table shadow. Crop Stomp: Commented out unneeded debug call. General: Moved model stuff to new "Models" folder. 2022-03-11 03:52:11 -07:00
Jenny Crowe 32b647a4d4 BTSDS: Outlines via Post Processing 2022-03-10 05:45:21 -07:00
Jenny Crowe a9c452a5ee Editor: Timeline now scales to fit song length 2022-03-09 21:24:06 -07:00
Jenny Crowe 0f80dce062 A comment 2022-03-09 21:00:57 -07:00
Jenny Crowe 1a90ba28d9 Jukebox/Sound code cleanup 2022-03-09 20:59:48 -07:00
Jenny Crowe 84c4e8fc9f BTSDS: Piano notes will now stop properly even if the game switches during them. 2022-03-09 20:50:19 -07:00
Jenny Crowe 5a56ecf261
Merge pull request #46 from Slaith12/main
Implemented Inactive Functions and made OnGameSwitch functional
2022-03-08 17:12:52 -07:00
Jenny Crowe a90d7fc833
Merge pull request #45 from CarsonKompon/fix-sfx-cleanup
SFX Cleanup (Mr. Upbeat and Drumming Practice)
2022-03-08 17:12:21 -07:00
Slaith 0462781aad Fixed error 2022-03-07 21:27:36 -08:00
Slaith 2f5233d76c Merge branch 'master' of https://github.com/megaminerjenny/HeavenStudio into megaminerjenny-master 2022-03-07 20:53:30 -08:00
Slaith fca105259c 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
Jenny Crowe ad5dd56de3 Flash now relegated to its own layer 2022-03-07 17:21:27 -07:00
Carson Kompon f971cba1be Added generic Applause sound
Cleaned up Mr. Upbeat and Drumming Practice sounds as a result
2022-03-07 12:10:50 -05:00
Jenny Crowe a6f2353a92 Flash now renders in fullscreen 2022-03-07 08:58:34 -07:00
Jenny Crowe c7149f0737 Goodbye tidalwav we hardly knew ye (+ BTSDS piano reacts to song pitch) 2022-03-07 05:54:36 -07:00
Jenny Crowe 2ab3c8b8cc Fixed some errors 2022-03-07 02:41:07 -07:00
Jenny Crowe 34819ed791 BTSDS: Piano does not pierce ears as much 2022-03-07 02:34:38 -07:00
Jenny Crowe 2ac602dbe6 BTSDS: Piano!!! 2022-03-07 02:16:31 -07:00
Carson Kompon 48e81d4df9 Added "Set Mii" to Drumming Practice 2022-03-07 00:26:59 -05:00
Carson Kompon 87b474b1ba Working Drumming Practice 2022-03-07 00:00:54 -05:00
Slaith 2d328229c9 Gave sound objects a little more functionality 2022-03-06 19:56:45 -08:00
Carson Kompon 48c0f0994c Started prepping Drumming Practice 2022-03-06 22:17:46 -05:00
Slaith12 c4b2ea97fd
Merge branch 'megaminerjenny:master' into main 2022-03-06 19:00:57 -08:00
Jenny Crowe 1514f8d16a
Merge pull request #42 from CarsonKompon/mr-upbeat-2
Fully functional and animated Mr. Upbeat
2022-03-06 19:53:57 -07:00
Slaith12 0360d07b5d
Merge branch 'megaminerjenny:master' into main 2022-03-06 18:37:51 -08:00
Slaith 896f4a450a clean up 2022-03-06 18:37:27 -08:00
Carson Kompon 8dc36b1cb9 Added Ding/Applause SFX to Mr. Upbeat 2022-03-06 14:48:39 -05:00
Carson Kompon 3f2cc123cb Fully functional and animated Mr. Upbeat 2022-03-06 14:37:50 -05:00
Carson Kompon bc9bac4ab5 Added Mr. Upbeat fall animation 2022-03-06 12:34:54 -05:00
Carson Kompon 688c594ef1 Smol fix for Wizard's Waltz 2022-03-06 11:39:05 -05:00
Carson Kompon f3032f2410 Wizard's Waltz height fix + position based on start interval
Based on megaminerjenny's suggestions :)
2022-03-06 11:35:23 -05:00
Jenny Crowe 6bc221d185
Merge pull request #40 from CarsonKompon/wizards-waltz-more
Wizard's Waltz - New SFX and better FOV
2022-03-05 12:30:19 -07:00
Jenny Crowe 44891347f4 Rhythm Rally: Feature complete! 2022-03-05 12:30:05 -07:00
Carson Kompon 3d00cc2a3b Fixed Wizard's Waltz FOV/Fake 3D 2022-03-05 12:46:10 -05:00
Jenny Crowe bbae26e6a6 Merge branch 'master' of https://github.com/megaminerjenny/HeavenStudio 2022-03-05 10:42:05 -07:00