Compare commits
4 Commits
c926b8d05a
...
d6135e3617
Author | SHA1 | Date | |
---|---|---|---|
d6135e3617 | |||
a932566cfc | |||
7cfb253483 | |||
97c7a45670 |
BIN
assets/default_tilemap.aseprite
Normal file
BIN
assets/default_tilemap.aseprite
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -25,7 +25,7 @@ use prelude::*;
|
||||
|
||||
fn main() {
|
||||
App::build()
|
||||
.insert_resource(ClearColor(Color::rgb(0.0, 0.0, 0.0)))
|
||||
.insert_resource(ClearColor(Color::rgb(0.171875, 0.171875, 0.171875)))
|
||||
.init_resource::<Map>()
|
||||
.add_plugins(DefaultPlugins)
|
||||
//.add_plugin(FrameTimeDiagnosticsPlugin)
|
||||
|
Loading…
x
Reference in New Issue
Block a user