Change parallax background through code

● ARCHIVED · READ-ONLY
Started by Physique 3 posts View original ↗
  1. as the title says what is the proper code to change the background?
  2. $game_map.change_parallax(name, loop_x, loop_y, sx, sy)for example:

    Code:
    $game_map.change_parallax("Mountains1", 1, 0, 1, 0)
  3. Milena THANK YOU x10000000!