mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-17 04:45:02 +01:00
Update cave music
This commit is contained in:
parent
9e9f44b5e5
commit
c94beea85e
2 changed files with 1 additions and 1 deletions
BIN
res/cave2.ogg
Normal file
BIN
res/cave2.ogg
Normal file
Binary file not shown.
|
|
@ -11,7 +11,7 @@ impl Res {
|
||||||
Ok(Self {
|
Ok(Self {
|
||||||
tile_atlas: Texture::from_file("res/tiles.png")?,
|
tile_atlas: Texture::from_file("res/tiles.png")?,
|
||||||
surf_music: Music::from_file("res/music.ogg").unwrap(),
|
surf_music: Music::from_file("res/music.ogg").unwrap(),
|
||||||
und_music: Music::from_file("res/cave.ogg").unwrap(),
|
und_music: Music::from_file("res/cave2.ogg").unwrap(),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue