gimm-platformer-project/Assets/Scripts
2021-11-01 23:29:54 -06:00
..
CoinCollect.cs A bit of code cleanup. 2021-10-31 13:43:04 -06:00
CoinCollect.cs.meta Stub game files. 2021-09-24 00:34:18 -06:00
endingScore.cs A bit of code cleanup. 2021-10-31 13:43:04 -06:00
endingScore.cs.meta Display final score on win/lose screens. 2021-10-28 17:37:32 -06:00
goal.cs A bit of code cleanup. 2021-10-31 13:43:04 -06:00
goal.cs.meta Automatically spawn new tetrominoes as needed. 2021-10-14 13:46:33 -06:00
GroundCheck.cs A bit of code cleanup. 2021-10-31 13:43:04 -06:00
GroundCheck.cs.meta Stub game files. 2021-09-24 00:34:18 -06:00
introCutsceneDialog.cs Complete intro cutscene. 2021-11-01 23:29:54 -06:00
introCutsceneDialog.cs.meta Complete intro cutscene. 2021-11-01 23:29:54 -06:00
MainMenu.cs A bit of code cleanup. 2021-10-31 13:43:04 -06:00
MainMenu.cs.meta Stub game files. 2021-09-24 00:34:18 -06:00
Movement2D.cs A bit of code cleanup. 2021-10-31 13:43:04 -06:00
Movement2D.cs.meta Stub game files. 2021-09-24 00:34:18 -06:00
PlatformManager.cs A bit of code cleanup. 2021-10-31 13:43:04 -06:00
PlatformManager.cs.meta Stub game files. 2021-09-24 00:34:18 -06:00
ScoreCounter.cs A bit of code cleanup. 2021-10-31 13:43:04 -06:00
ScoreCounter.cs.meta Stub game files. 2021-09-24 00:34:18 -06:00
startTrigger.cs Start game only when player finishes falling. 2021-11-01 01:54:04 -06:00
startTrigger.cs.meta Start game only when player finishes falling. 2021-11-01 01:54:04 -06:00
tetromino.cs A bit of code cleanup. 2021-10-31 13:43:04 -06:00
tetromino.cs.meta Basic falling square tetrominos. 2021-10-01 15:30:01 -06:00
tetrominoSpawnManager.cs Complete intro cutscene. 2021-11-01 23:29:54 -06:00
tetrominoSpawnManager.cs.meta Move control of active tetromino to a separate object. 2021-10-10 21:42:55 -06:00
tetrominoUserControl.cs Complete intro cutscene. 2021-11-01 23:29:54 -06:00
tetrominoUserControl.cs.meta Move control of active tetromino to a separate object. 2021-10-10 21:42:55 -06:00
titleButtonsControl.cs Complete intro cutscene. 2021-11-01 23:29:54 -06:00
titleButtonsControl.cs.meta Add title screen. 2021-10-21 11:36:25 -06:00