as the title says what is the proper code to change the background?
Change parallax background through code
● ARCHIVED · READ-ONLY
-
-
$game_map.change_parallax(name, loop_x, loop_y, sx, sy)for example:
Code:$game_map.change_parallax("Mountains1", 1, 0, 1, 0) -
Milena THANK YOU x10000000!