$game_map.setup(1)
$game_player.moveto(0, 0)
$scene = Scene_Title.new
$game_player.transparent = 0
# 设置移动的地图
$game_map.setup(29) #移动到第29张地图
# 设置移动的坐标,并移动过去
$game_player.moveto(0, 0) #移动到左上角(X坐标=0,Y坐标=0)
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |