colors and stuff
This commit is contained in:
parent
fa452c8350
commit
28ea07bed9
6
game/src/utilities/map_loader.rs
Normal file
6
game/src/utilities/map_loader.rs
Normal file
@ -0,0 +1,6 @@
|
||||
use tiled::*
|
||||
|
||||
pub struct Level {
|
||||
pub map: Map,
|
||||
|
||||
}
|
Reference in New Issue
Block a user