fix some data storage issues
This commit is contained in:
parent
6ec25e5211
commit
84ac0c3edb
BIN
game/assets/logos/game-logo-small-new.png
Normal file
BIN
game/assets/logos/game-logo-small-new.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 250 KiB |
@ -14,6 +14,10 @@ use tracing::debug;
|
||||
/// file so we only have to distribute a single file, instead of a game and its assets separately
|
||||
#[derive(rust_embed::RustEmbed)]
|
||||
#[folder = "assets"]
|
||||
#[exclude = "*.psd"]
|
||||
#[exclude = "*.xcf"]
|
||||
#[exclude = "*.tsx"]
|
||||
#[exclude = "*.tmx"]
|
||||
pub struct StaticGameData;
|
||||
|
||||
#[derive(Debug, Error)]
|
||||
|
Reference in New Issue
Block a user