Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
8dcc authored Mar 17, 2022
1 parent fd7de27 commit 7e96660
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ Setting | Description |
`WINDOW_H` | Window height | 750
`CELL_SIZE` | Cell size in pixels | 10
`FPS` | Frames per seccond when space is not pressed | 750
`DELAY` | Time that the program will wait when holding the space (ms) | 100
`DELAY` | Time that the program will wait when holding the space (ms) | 50
`DEBUG_PRINT` | Will display debug information if **1** | 0

### Colors
Setting | Description | Default value
----------------|-----------------------------------------------------------------|----------------
`COLOR_NUMBER` | Number of color asociations that the program will use (Max 9) | 2
`BACKGROUND_R` | Red value used for the background | 0
`BACKGROUND_G` | Green value used for the background | 0
`BACKGROUND_B` | Blue value used for the background | 0
`GRID_COLOR` | Color of the grid if active. RGB (Grayscale) | 100
`BACKGROUND_R` | Red value used for the background | 20
`BACKGROUND_G` | Green value used for the background | 20
`BACKGROUND_B` | Blue value used for the background | 22
`GRID_COLOR` | Color of the grid if active. RGB (Grayscale) | 40

### Possible rotations
`0` for *ClockWise* and `1` for *CounterClockWise*.
Expand Down

0 comments on commit 7e96660

Please sign in to comment.