How to can I code it to where when I go off one background it still continues

So I was planning how to create a game similar to the game “Final Fantasy I” where it’s a open world game and when you go into the wilderness and no matter how far you go the background still continues to load. I currently don’t have a game testing this however if someone were to respond to this I can more then likely make a new project!

@ChrispyBac0n hmmm… i’m not sure what part of final fantasy 1 you’re referring to. could you maybe post a screenshot or link to a gameplay video to give me more context?

4 Likes

Hey Richard thanks for reaching out if you don’t mind click on the link and view the video do you notice how more land generates when you go in a certain direction that’s what I want to try and code

Example Video

ah, I see! you want to use a tilemap:

2 Likes

Okay! Well Thank you very much!

And just to clarify if I wanted to extended or make a map bigger do I just make a bigger canvas for the title-map?

@ChrispyBac0n yup! there is a size limit on tilemaps but it’s pretty big

3 Likes

Alright well thank you very much for your help!