Commit graph

131 commits

Author SHA1 Message Date
ThatZeoMan 93f5244969 move flash to VFX 2022-07-26 18:04:02 -05: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 a4d6537f9c
Animation speed helpers, stop on remix end (#91) 2022-06-06 09:54:49 -07:00
minenice55 12fb8c2117
Feature: Textboxes and other text-related features (#90)
* Textboxes: setup prefab

* Textboxes: basic functionality finished

* Textbox: scaling

* Textbox: open captions

* Textbox: res edits

* Textbox: song artist

* Textbox: closed captions

* Textbox: fix not being able to use multiple text events

* I/O: save / load remixes using UTF-8 encoding

* Textboxes: stop editor shortcuts while typing
2022-06-03 20:15:05 -07:00
minenice55 545eb752cd
Global Camera Movement (#80)
* Global Camera: move Spaceball to new system

* Global Camera: holy shit I'm done already?????
2022-05-15 22:29:39 -07:00
Jenny Crowe 2749f9a782
Merge branch 'master' into master 2022-05-07 14:28:49 -07:00
adianfiuef 88c9c203a7 tram&Pauline 2022-04-15 01:22:19 -07:00
minenice55 a4291cb10d Internal: adjust debug print for loader 2022-04-12 13:30:22 -04:00
minenice55 be41ff3014 Internal: separate minigame definitions 2022-04-12 12:14:46 -04:00
adianfiuef 37bbbc4d55 Update Minigames.cs 2022-04-11 03:21:38 -07:00
adianfiuef 6812d54682 Tram&Pauline 2022-04-11 03:12:54 -07:00
adianfiuef 15c9e48c78 Tram&Pauline 2022-04-11 03:12:11 -07:00
adianfiuef caff09df7d Update Minigames.cs 2022-04-11 03:04:36 -07:00
adianfiuef 092240a3d5 Tram&Pauline 2022-04-11 02:19:01 -07:00
adianfiuef f6dd5e28a9 Tram&Pauline 2022-04-11 02:05:43 -07:00
minenice55 5720af69d3 Fan Club: remove WIP 2022-03-27 19:06:00 -04:00
minenice55 8ca290cc3f Fan Club: more animations 2022-03-27 19:05:08 -04:00
minenice55 6e3ba6ba9f Fan Club: arisa jump 2022-03-25 22:45:54 -04:00
minenice55 f6269d1acb Fan Club: add cues continuing from transition, muted cues 2022-03-17 16:43:35 -04:00
minenice55 523926a692 Fan Club: make forced animations properly restart 2022-03-17 15:18:40 -04:00
minenice55 7d6fe11243 Fan Club: refactoring, fixes 2022-03-17 15:13:48 -04:00
Jenny Crowe 22b946496b
Merge pull request #55 from minenice55/game-ntrIdol
Minigame: Fan Club
2022-03-16 16:22:10 -07:00
minenice55 33d49103a0 Fan Club: tone down WIP marker 2022-03-16 17:47:11 -04:00
minenice55 5ae6b8a267 Fan Club: finish all basic functionality
todo: other "special" animations
2022-03-16 17:41:46 -04:00
Carson Kompon f8d85c3e23 Added Streaks and Set Background Color to Drumming Practice 2022-03-15 19:15:54 -04:00
minenice55 b58030e018 Fan Club: actual functionality (input still bugged) 2022-03-15 18:43:13 -04:00
minenice55 9c640ea3d2 Fan Club: like 50% of the game lmao 2022-03-14 20:54:54 -04:00
minenice55 10f840aa26 Merge branch 'master' into game-ntrIdol 2022-03-14 10:35:33 -04:00
Jenny Crowe 9f7b8ee278 The biggest of boi refactors 2022-03-14 07:21:05 -07:00
minenice55 2ae8919657 Fan Club: idol setup part 1 2022-03-13 18:23:38 -04:00
minenice55 ee8e9fc059 Merge branch 'master' into game-ntrIdol 2022-03-13 12:50:17 -04:00
Jenny Crowe ad4a47f45d Fireworks: Basic scene setup 2022-03-13 06:26:06 -07:00
minenice55 cd652e4107 Fan Club: start scene setup 2022-03-12 23:24:37 -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
minenice55 07074783af correct descriptions 2022-03-11 13:27:35 -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 5a56ecf261
Merge pull request #46 from Slaith12/main
Implemented Inactive Functions and made OnGameSwitch functional
2022-03-08 17:12:52 -07: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
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 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
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
Slaith12 0360d07b5d
Merge branch 'megaminerjenny:master' into main 2022-03-06 18:37:51 -08:00
Carson Kompon 8dc36b1cb9 Added Ding/Applause SFX to Mr. Upbeat 2022-03-06 14:48:39 -05:00