colors and stuff

This commit is contained in:
Evan Pratten 2021-10-01 20:26:52 -04:00
parent fa452c8350
commit 28ea07bed9

View File

@ -0,0 +1,6 @@
use tiled::*
pub struct Level {
pub map: Map,
}