bugfix: inverted brighness scale

This commit is contained in:
Baipyrus 2024-05-13 15:11:40 +02:00
parent 4808e7c78a
commit 092884485e

View File

@ -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;