Project1

标题: vx用地图战斗为什么还有个圈在转? [打印本页]

作者: PIKA~    时间: 2016-4-11 20:41
标题: vx用地图战斗为什么还有个圈在转?
如题,改BattleStart也没办法,是不是脚本的问题?
  1. #===============================================================
  2. # 本脚本来自www.66rpg.com
  3. # 功能:对于没有设置战斗背景的地图,直接用地图做战斗背景
  4. #===============================================================
  5. class Scene_Battle
  6.   if $BTEST
  7.     # 什么也不做
  8.   else
  9.     alias battleback_map_main main
  10.     def main
  11.       @battleback_sprite = Spriteset_Map.new
  12.       battleback_map_main
  13.       @battleback_sprite.dispose
  14.     end
  15.   end
  16. end
  17. #===============================================================
  18. # 申请者:张永;脚本作者:bluefool
  19. #===============================================================
复制代码

作者: PIKA~    时间: 2016-4-13 20:14
已解决,换了个脚本




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1