Skip to content

Commit 0eb5702

Browse files
Fixed a bug with the default level
Apparently the default level doesn't have the mode thing in the metadata so I needed to fix that. I'll release a patch update.
1 parent 13e3954 commit 0eb5702

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ async fn main() {
453453
.unwrap();
454454
println!("Preparing more values...");
455455
let default_level: &str = &format!(
456-
"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",
456+
"version:{};song:./Resources/Music/main-level-songs/0.mp3;mode:1;cc_1001:0,0,0.392;cc_1002:0,0,0.392;;;x:400;y:480;rot:0;id:1",
457457
level_version
458458
);
459459
let mut main_levels: Vec<MainLevel> = vec![

0 commit comments

Comments
 (0)