Compare commits

...

4 Commits

Author SHA1 Message Date
daniel d6135e3617 Update default tilemap source 2021-07-19 03:05:04 -05:00
daniel a932566cfc Add default tilemap source 2021-07-19 02:31:38 -05:00
daniel 7cfb253483 Update grass, wall sprite sources 2021-07-19 02:31:26 -05:00
daniel 97c7a45670 Update background color 2021-07-19 02:31:00 -05:00
4 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -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)