mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-16 12:25:02 +01:00
manual
This commit is contained in:
parent
dac93f611b
commit
ded76b32b8
15 changed files with 39 additions and 261 deletions
|
|
@ -1,7 +1,4 @@
|
|||
use sfml::audio::Music;
|
||||
use crate::texture_atlas::AtlasBundle;
|
||||
#[derive(Debug)]
|
||||
pub(crate) struct Res {
|
||||
pub(crate) atlas: AtlasBundle,
|
||||
pub(crate) surf_music: Music<'static>,
|
||||
}
|
||||
pub(crate) struct Res {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue