Page 1 of 1

Need help with tiled

Posted: Sun Mar 10, 2024 12:38 am
by Haesan
So I have been following this tutorial (https://www.youtube.com/watch?v=IHmF_bRpOAE) to make a basic map. But for some reason, when I did all the steps he did (but with a different tileset) it doesn't show the entire map (I'll have a picture attached). I made sure that when I clicked export as that it was a lua file. Any ideas on why this happens?

(Below is the .zip file of my game, how the map is supposed to look like, and how it actually looks like)

Re: Need help with tiled

Posted: Sun Mar 10, 2024 2:21 pm
by Trystan
I've not used tiled but it looks like you're only seeing the very top left of your tilemap. It might be there's some function in tiled that lets you set the desired size of your tiles.

Another way you can see more is by calling "love.graphics.scale(scale_value)" at the start of your draw function, use a scale_value of less than one to see more.