fix some data storage issues

This commit is contained in:
Evan Pratten 2021-10-04 15:14:49 -04:00
parent 6ec25e5211
commit 84ac0c3edb
2 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 KiB

View File

@ -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)]