gimm-platformer-project/Assets/Scripts
2021-10-28 17:37:32 -06:00
..
CoinCollect.cs Janky Tetris gameplay beginnings. 2021-10-07 13:56:22 -06:00
CoinCollect.cs.meta Stub game files. 2021-09-24 00:34:18 -06:00
endingScore.cs Display final score on win/lose screens. 2021-10-28 17:37:32 -06:00
endingScore.cs.meta Display final score on win/lose screens. 2021-10-28 17:37:32 -06:00
goal.cs Add win condition. 2021-10-21 12:05:56 -06:00
goal.cs.meta Automatically spawn new tetrominoes as needed. 2021-10-14 13:46:33 -06:00
GroundCheck.cs Fix for incorrect grounded check when moving between tetromino pieces. 2021-10-14 13:24:05 -06:00
GroundCheck.cs.meta Stub game files. 2021-09-24 00:34:18 -06:00
MainMenu.cs Stub game files. 2021-09-24 00:34:18 -06:00
MainMenu.cs.meta Stub game files. 2021-09-24 00:34:18 -06:00
Movement2D.cs Add some sound effects. 2021-10-18 02:17:36 -06:00
Movement2D.cs.meta Stub game files. 2021-09-24 00:34:18 -06:00
PlatformManager.cs Stub game files. 2021-09-24 00:34:18 -06:00
PlatformManager.cs.meta Stub game files. 2021-09-24 00:34:18 -06:00
ScoreCounter.cs Fill the non-level space and add a better score counter. 2021-10-21 12:51:40 -06:00
ScoreCounter.cs.meta Stub game files. 2021-09-24 00:34:18 -06:00
tetromino.cs Add lose condition. 2021-10-21 13:18:47 -06:00
tetromino.cs.meta Basic falling square tetrominos. 2021-10-01 15:30:01 -06:00
tetrominoSpawnManager.cs Add remaining tetromino shapes. 2021-10-21 12:14:34 -06:00
tetrominoSpawnManager.cs.meta Move control of active tetromino to a separate object. 2021-10-10 21:42:55 -06:00
tetrominoUserControl.cs Implement rotation collision check. 2021-10-28 17:08:26 -06:00
tetrominoUserControl.cs.meta Move control of active tetromino to a separate object. 2021-10-10 21:42:55 -06:00
titleButtonsControl.cs Add title screen. 2021-10-21 11:36:25 -06:00
titleButtonsControl.cs.meta Add title screen. 2021-10-21 11:36:25 -06:00