mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-11-12 16:03:50 +00:00
bugfix: inverted brighness scale
This commit is contained in:
parent
4808e7c78a
commit
092884485e
@ -1,8 +1,8 @@
|
||||
// Display settings
|
||||
pub const BRIGHTNESS: &str =
|
||||
"$@B%8&WM#*oahkbdpqwmZO0QLCJUYXzcvunxrjft/\\|()1{}[]?-_+~<>i!lI;:,\"^`'. ";
|
||||
pub const HEIGHT: u32 = 25; // Max: 35
|
||||
pub const WIDTH: u32 = 25; // Max: 145
|
||||
" .'`^\",:;Il!i><~+_-?][}{1)(|\\/tfjrxnuvczXYUJCLQ0OZmwqpdbkhao*#MW&8%B@$";
|
||||
pub const FPS: u32 = 10;
|
||||
// Game settings
|
||||
pub const K1: u32 = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user