mirror of
https://github.com/kristoferssolo/Tetris.git
synced 2025-10-21 20:00:35 +00:00
docs: remove WIP
docs: remove WIP from readme
This commit is contained in:
parent
714c145316
commit
ac2e568a26
@ -1,4 +1,4 @@
|
||||
# Tetris
|
||||
# Tetri
|
||||
 
|
||||
|
||||
<!-- toc -->
|
||||
@ -54,7 +54,7 @@ python -m tetris
|
||||
The `settings.toml` file is a configuration file for customizing various aspects of the game.
|
||||
|
||||
### General Settings
|
||||
- `pause`: Defines the keys to pause the game. Currently a work in progress (WIP[^WIP]).
|
||||
- `pause`: Defines the keys to pause the game. Currently a work in progress.
|
||||
- `quit`: Defines the key(s) to quit the game.
|
||||
- `colorscheme`: Specifies the color scheme for the game interface. Options include:
|
||||
- `tokyonight-night`
|
||||
@ -72,7 +72,7 @@ The `settings.toml` file is a configuration file for customizing various aspects
|
||||
- `ccw (counter-clockwise)`: Defines the keys to rotate the tetromino in a counter-clockwise direction.
|
||||
|
||||
### Action Settings
|
||||
- `hold`: Defines the keys to hold the tetromino (WIP).
|
||||
- `hold`: Defines the keys to hold the tetromino (WIP[^WIP]).
|
||||
- `drop`: Defines the keys to instantly drop the tetromino.
|
||||
|
||||
### Volume Settings
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
[General]
|
||||
pause = ["escape", "F1"] # WIP
|
||||
pause = ["escape", "F1"]
|
||||
quit = ["q"]
|
||||
colorscheme = "tokyonight-night" # tokyonight-night / tokyonight-storm / tokyonight-day / tokyonight-moon
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user