• 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!

Increase Scale of Background layer

B

BubbleMage123

Guest
Try using the variables background_xscale[n] and background_yscale[n] for GM1.4, or the functions layer_background_xscale(background_element_id, xscale) and layer_background_xscale(background_element_id, yscale) for GM2. Hope this helps :)
 
Top