Skip to content

Commit 9f76225

Browse files
Made the default colors better
now the background can be seen
1 parent 6d151ce commit 9f76225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ async fn main() {
353353
.unwrap();
354354
println!("Preparing more values...");
355355
let default_level: &str = &format!(
356-
"version:{};song:./Resources/Music/main-level-songs/0.mp3;cc_1001:0,0,0.2;cc_1002:0,0,0.3;;;x:400;y:480;rot:0;id:1",
356+
"version:{};song:./Resources/Music/main-level-songs/0.mp3;cc_1001:0,0,0.392;cc_1002:0,0,0.392;;;x:400;y:480;rot:0;id:1",
357357
level_version
358358
);
359359
let mut main_levels: Vec<MainLevel> = vec![

0 commit comments

Comments
 (0)