From 092884485e4bbb38cb6771b22d79ffa07f63d177 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Mon, 13 May 2024 15:11:40 +0200 Subject: [PATCH] bugfix: inverted brighness scale --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 66bffaf..d2359ba 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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;