Start to do collisions

This commit is contained in:
2018-10-03 21:47:48 +02:00
parent 3e8ae2d496
commit 6b098f6cde
8 changed files with 166 additions and 3 deletions
+1
View File
@@ -58,6 +58,7 @@ macro_rules! make_textures {
make_textures!(
Mario, mario, make_mario_texture, "../../../assets/textures/mario.png",
Overworld, overworld, make_overworld_texture, "../../../assets/textures/overworld.png",
);
impl TextureManager {