• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Tiling doesn't work when using background_add()

Dustin

Member
Backgrounds tile fine both vertically & horizontally when I manually load them as project resources, but if I add backgrounds with background_add() they only tile down and to the right (so blank going left and up past world coordinates {0,0}) .

I'd really like to be able to load backgrounds from files at run-time. Any suggestions?
 
Top