Merge branch 'master' into levels
Before Width: | Height: | Size: 265 KiB After Width: | Height: | Size: 537 KiB |
Before Width: | Height: | Size: 265 KiB After Width: | Height: | Size: 618 KiB |
Before Width: | Height: | Size: 265 KiB After Width: | Height: | Size: 642 KiB |
Before Width: | Height: | Size: 265 KiB After Width: | Height: | Size: 832 KiB |
BIN
game/assets/logos/game-logo-small-new.png
Normal file
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)]
|
||||
|