HeavenStudio/Assets/Scripts
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
..
Common The biggest of boi refactors 2022-03-14 07:21:05 -07:00
Deprecated The biggest of boi refactors 2022-03-14 07:21:05 -07:00
Games Moved all minigame initialization to Awake() 2022-03-25 19:08:46 -07:00
LevelEditor Editor: disabled tempo change placing 2022-03-24 13:17:49 -04:00
Transform Spaceball swing + low ball throw + perspective camera 2021-12-25 07:16:40 -05:00
UI The biggest of boi refactors 2022-03-14 07:21:05 -07:00
Util oops forgot a small thing 2022-03-20 19:58:37 -04:00
AudioDspTimeKeeper.cs The biggest of boi refactors 2022-03-14 07:21:05 -07:00
AudioDspTimeKeeper.cs.meta DSP to game time improvement, might be buggy, but works well so far 2021-12-31 01:56:51 -05:00
Beatmap.cs Editor: Music volume! 2022-03-19 05:46:38 -07:00
Beatmap.cs.meta Proper naming for sprites 2021-12-21 19:42:01 -05:00
CircleCursor.cs The biggest of boi refactors 2022-03-14 07:21:05 -07:00
CircleCursor.cs.meta Fork Lifter Spaghetti Code 2021-12-18 23:10:43 -05:00
Common.meta Timeline improvements 2022-01-09 18:35:55 -05:00
Conductor.cs extend multisound with pitch, volume, looping, offset in seconds 2022-03-20 19:46:12 -04:00
Conductor.cs.meta Timeline entities added 2022-01-08 11:42:48 -05:00
Datamodel.cs The biggest of boi refactors 2022-03-14 07:21:05 -07:00
Datamodel.cs.meta Timeline entities added 2022-01-08 11:42:48 -05:00
DebugUI.cs The biggest of boi refactors 2022-03-14 07:21:05 -07:00
DebugUI.cs.meta Fixed problem with Trio faces not changing 2021-12-23 19:58:48 -05:00
Deprecated.meta Better tooltip 2022-01-17 19:40:23 -05:00
Destroy.cs Karate Man animation fixes 2021-12-30 03:26:18 -05:00
Destroy.cs.meta Karate Man animation fixes 2021-12-30 03:26:18 -05:00
DiscordController.cs The biggest of boi refactors 2022-03-14 07:21:05 -07:00
DiscordController.cs.meta Discord rich presence 2022-01-30 18:40:12 -05:00
DiscordRPC.cs The biggest of boi refactors 2022-03-14 07:21:05 -07:00
DiscordRPC.cs.meta Discord rich presence 2022-01-30 18:40:12 -05:00
EventCaller.cs The biggest of boi refactors 2022-03-14 07:21:05 -07:00
EventCaller.cs.meta Count ins and event selector cleanup 2022-02-02 22:58:08 -05:00
GameCamera.cs The biggest of boi refactors 2022-03-14 07:21:05 -07:00
GameCamera.cs.meta DJ School sounds 2022-02-02 21:09:50 -05:00
GameEvent.cs The biggest of boi refactors 2022-03-14 07:21:05 -07:00
GameEvent.cs.meta A lot of stuff (Read desc) 2022-01-21 02:09:32 -05:00
GameManager.cs Editor: Music volume! 2022-03-19 05:46:38 -07:00
GameManager.cs.meta Timeline entities added 2022-01-08 11:42:48 -05:00
GameProfiler.cs The biggest of boi refactors 2022-03-14 07:21:05 -07:00
GameProfiler.cs.meta Fork Lifter Spaghetti Code 2021-12-18 23:10:43 -05:00
GameProperties.cs The biggest of boi refactors 2022-03-14 07:21:05 -07:00
GameProperties.cs.meta Fixed problem with Trio faces not changing 2021-12-23 19:58:48 -05:00
Games.meta Proper namespaces 2021-12-20 20:10:49 -05:00
GlobalGameManager.cs The biggest of boi refactors 2022-03-14 07:21:05 -07:00
GlobalGameManager.cs.meta Fork Lifter Spaghetti Code 2021-12-18 23:10:43 -05:00
GoForAPerfect.cs The biggest of boi refactors 2022-03-14 07:21:05 -07:00
GoForAPerfect.cs.meta Proper namespaces 2021-12-20 20:10:49 -05:00
Initializer.cs The biggest of boi refactors 2022-03-14 07:21:05 -07:00
Initializer.cs.meta Initialize game with one script 2022-01-03 17:42:43 -05:00
LevelEditor.meta Initialize game with one script 2022-01-03 17:42:43 -05:00
Minigames.cs Fan Club: add cues continuing from transition, muted cues 2022-03-17 16:43:35 -04:00
Minigames.cs.meta Buggy timeline object resizing 2022-01-17 14:23:18 -05:00
PlayerInput.cs The biggest of boi refactors 2022-03-14 07:21:05 -07:00
PlayerInput.cs.meta Fixed problem with Trio faces not changing 2021-12-23 19:58:48 -05:00
Settings.cs The biggest of boi refactors 2022-03-14 07:21:05 -07:00
Settings.cs.meta Audio mixers 2022-02-04 23:40:33 -05:00
SoundEffects.cs The biggest of boi refactors 2022-03-14 07:21:05 -07:00
SoundEffects.cs.meta Count-in Event Merge 2022-03-01 14:21:23 -05:00
SpriteFlicker.cs Implemented proper sprite, flickering, and dropdown menu 2022-02-26 01:31:35 -05:00
SpriteFlicker.cs.meta Implemented proper sprite, flickering, and dropdown menu 2022-02-26 01:31:35 -05:00
Transform.meta Fork Lifter Spaghetti Code 2021-12-18 23:10:43 -05:00
UI.meta Fork Lifter Spaghetti Code 2021-12-18 23:10:43 -05:00
Util.meta Proper namespaces 2021-12-20 20:10:49 -05:00
WTF.cs The biggest of boi refactors 2022-03-14 07:21:05 -07:00
WTF.cs.meta Fork Lifter Spaghetti Code 2021-12-18 23:10:43 -05:00