EmilyMansfield / citybuilder

Source code for my SFML Citybuilder tutorial
MIT License
199 stars 51 forks source link

What you mean in this part? #12

Open SomaLCS opened 4 years ago

SomaLCS commented 4 years ago

All that's left is to try it out! Create a new Map in GameStateEditor, then either load it or fill it with random tiles using a for loop inside the constructor. Add a map.draw call in draw after we draw the background (note it's map.draw(window, dt) not window.draw(map)), then compile and run! Hopefully you should see a lovely, animated world.

from tuto 6 p.s. i'm new so i don't really get it