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
Jenny Crowe
0a3bf02103
Merge pull request #62 from minenice55/scaled-secPerBeat
...
Conductor: pitchedSecPerBeat property
2022-03-25 17:52:33 -07:00
minenice55
345dedb14f
Merge branch 'master' into scaled-secPerBeat
2022-03-25 18:59:57 -04:00
Jenny Crowe
31c91fa3bf
Merge pull request #60 from minenice55/no-more-tempo-change
...
Editor: disabled tempo change placing
2022-03-24 11:41:36 -07:00
minenice55
ca158363e4
Editor: disabled tempo change placing
...
UNTESTED
2022-03-24 13:17:49 -04:00
minenice55
f6df1644bc
Conductor: property that returns secPerBeat scaled to song pitch
...
NEEDS TESTING
2022-03-22 14:29:15 -04:00
Jenny Crowe
7444165b08
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
f37f2af665
oops forgot a small thing
...
includes example using a fan club sound
2022-03-20 19:58:37 -04:00
minenice55
32460a257f
extend multisound with pitch, volume, looping, offset in seconds
2022-03-20 19:46:12 -04:00
Jenny Crowe
d404b4c277
Merge pull request #58 from saladplainzone/master
...
Various Changes
2022-03-20 12:52:28 -07:00
saladplainzone
1ba80f0a2d
Blue Bear: Amplified SFX
2022-03-19 19:48:57 -07:00
saladplainzone
47bd02d3fe
Spaceball: Tengoku-Faithful SFX
2022-03-19 19:42:40 -07:00
saladplainzone
1278df0334
Rhythm Tweezers: Implemented HQ Sprites
...
By Mocha
2022-03-19 19:41:30 -07:00
saladplainzone
14f682b65b
Drumming Practice: Revised Drum Sprite
2022-03-19 19:40:42 -07:00
Jenny Crowe
9f10dbd3ca
Editor: Music volume!
2022-03-19 05:46:38 -07:00
Jenny Crowe
e3c9d9f3f5
BTSDS: Fixed some spots missing the right material
2022-03-19 05:00:07 -07:00
Jenny Crowe
41f572b692
Merge pull request #57 from Slaith12/main
...
Fixed space soccer ball spawning when it shouldn't be
2022-03-18 18:42:31 -07:00
Jenny Crowe
77b27de291
Merge pull request #56 from minenice55/more-ntrIdol
...
Fan Club: fixes for day 1 bugs
2022-03-18 18:42:17 -07:00
Slaith
d6a6265458
Fixed space soccer ball spawning when it shouldn't be
...
The soccer ball that is part of the prefab no longer defaults to the Dispensing state (when i refactored the ball script a while ago, i dealt with this problem by just disabling that ball, but this solution should work even with the ball enabled)
2022-03-17 18:44:58 -07:00
minenice55
a84b8858d6
Fan Club: landing sound
2022-03-17 17:01:26 -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
minenice55
82824638d8
Fan Club: remove unused file
2022-03-17 12:20:11 -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
4f3604e794
Fan Club: fix forced "peace no sync" animation
2022-03-16 17:45:12 -04:00
minenice55
bc1e8856a5
Fan Club: add particle effect to forced clap
2022-03-16 17:43:37 -04:00
minenice55
5ae6b8a267
Fan Club: finish all basic functionality
...
todo: other "special" animations
2022-03-16 17:41:46 -04:00
Jenny Crowe
3771eac08f
Crop Stomp: Minor visual tweaks
2022-03-16 02:53:30 -07:00
Jenny Crowe
48af382417
Crop Stomp: HD textures! + animation tweaks
2022-03-16 02:40:53 -07:00
Jenny Crowe
608ce90c5a
Merge pull request #54 from CarsonKompon/drumming-practice-background-colour
...
Added Streaks and Set Background Color to Drumming Practice
2022-03-15 16:22:08 -07: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
8421379078
Fan Club: update script to new namespace
2022-03-14 10:36:19 -04:00
minenice55
10f840aa26
Merge branch 'master' into game-ntrIdol
2022-03-14 10:35:33 -04:00
minenice55
77662a3ced
Fan Club: more idol stuff
2022-03-14 10:35:04 -04:00
Jenny Crowe
9fb849fbe7
Merge branch 'master' of https://github.com/megaminerjenny/HeavenStudio
2022-03-14 07:21:16 -07:00
Jenny Crowe
9f7b8ee278
The biggest of boi refactors
2022-03-14 07:21:05 -07:00
Jenny Crowe
d068894a2e
Merge pull request #53 from saladplainzone/master
...
High Quality Fireworks SFX
2022-03-13 21:41:26 -07:00
saladplainzone
27ff1478ce
High Quality Textures for Drum Practice & Rhythm Rally
2022-03-13 20:57:05 -07:00
saladplainzone
e43746ba26
High Quality Fireworks SFX
2022-03-13 19:26:13 -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
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
8ebcf0b1c9
Fireworks: City sprite import
2022-03-13 04:13:31 -07:00
Jenny Crowe
c8feaa0a73
Fireworks: Sprite import
2022-03-13 03:56:57 -07:00