Merge branch 'levels' of https://github.com/Ewpratten/ludum-dare-49 into levels

This commit is contained in:
Marcelo Geldres 2021-10-04 16:01:44 -04:00
commit 593c041938
6 changed files with 4 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 KiB

After

Width:  |  Height:  |  Size: 537 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 KiB

After

Width:  |  Height:  |  Size: 618 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 KiB

After

Width:  |  Height:  |  Size: 642 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 KiB

After

Width:  |  Height:  |  Size: 832 KiB

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