add some temporary code for setting a random tetromino

This commit is contained in:
2025-01-27 15:32:05 +01:00
parent 7f00107c7f
commit b698a0e3d1
4 changed files with 48 additions and 3 deletions

View File

@@ -46,6 +46,6 @@ void game_update(GameData* game_data, const uint8_t* keys) {
stop();
}
//tmp_set_random(game_data);
tmp_set_all(game_data);
tmp_set_random(game_data);
//tmp_set_all(game_data);
}