Commit graph

10 commits

Author SHA1 Message Date
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
9f7b8ee278 The biggest of boi refactors 2022-03-14 07:21:05 -07:00
Jenny Crowe
30d2931762 Organization refactor 2022-03-11 21:10:13 -07:00
Braedon
e0db2a446e Entity object parameters testing 2022-02-03 17:20:26 -05:00
Braedon
6ac919a232 Fixed some bugs, including one where the game refuses to load a new game. Also migrating a few games to the new Input system. (Read desc)
However the new input system has a bug where if you press with two events eligible for a press, both of them interact. I don't know whether to fix this or not.
2022-01-23 02:01:59 -05:00
Braedon
2b88703e3f Autoplay began 2022-01-22 22:40:53 -05:00
Braedon
9d67d26fda Karate Man design overhaul 2022-01-19 00:40:49 -05:00
Starpelly
4c83f7fec0 Kick finalization 2022-01-03 10:15:48 -05:00
Starpelly
76ed0ee2e9 Most kick animations and functionality complete 2022-01-02 07:09:15 -05:00
Starpelly
2c2d43ac17 Karate Man Kick started 2022-01-01 13:54:17 -05:00