Working on collisions

This commit is contained in:
2018-10-06 11:32:44 +02:00
parent a4b5a735ae
commit 89295b9283
8 changed files with 21 additions and 9 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ macro_rules! make_textures {
}
make_textures!(
Mario, mario, make_mario_texture, "../../../assets/textures/mario.png",
Mario, mario, make_mario_texture, "../../../assets/test-textures/mario.png",
Overworld, overworld, make_overworld_texture, "../../../assets/textures/overworld.png",
);