Commit Graph

7 Commits

Author SHA1 Message Date
e822a22f54 Spaceball cleanup and small bug fix (#236)
* Spaceball cleanup and small bug fix

* Replace old hit sound in spaceball
2023-01-25 10:29:31 -05:00
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
9f7b8ee278 The biggest of boi refactors 2022-03-14 07:21:05 -07:00
30d2931762 Organization refactor 2022-03-11 21:10:13 -07:00
e0db2a446e Entity object parameters testing 2022-02-03 17:20:26 -05:00
afa2d6d482 Playback visualization + started on timeline in editor 2022-01-07 06:36:23 -05:00
c653d487ac Spaceball pretty much finalized. 2021-12-28 02:38:55 -05:00