Project1

标题: 頭像不出來了,腳本怎改? [打印本页]

作者: milolaw    时间: 2011-7-20 21:19
标题: 頭像不出來了,腳本怎改?

  1. # * 更新內容顯示
  2.   #--------------------------------------------------------------------------
  3.   def refresh
  4.     self.contents.clear
  5.     @item_max = $game_party.members.size
  6.     for actor in $game_party.members
  7.       draw_actor_face(actor, 2, actor.index * 96 + 2, 92)
  8.       x = 104
  9.       y = actor.index * 96 + WLH / 2
  10.       draw_actor_name(actor, x, y)
  11.       draw_actor_class(actor, x + 75, y)
  12.       draw_actor_level(actor, x, y + WLH * 1)
  13.       draw_actor_state(actor, x, y + WLH * 2)
  14.       draw_actor_hp(actor, x + 120, y + WLH * 0)
  15.       draw_actor_mp(actor, x + 120, y + WLH * 1)
  16.       draw_actor_exp(actor, x +120, y + WLH * 2)
  17.     end
  18.   end
复制代码
dsu_plus_rewardpost_czw
作者: 拉羅卡特    时间: 2011-7-20 21:25
你要不要重新建立一个新工程呢?
作者: 冰舞蝶恋    时间: 2011-7-20 21:28
draw_actor_face(actor, x, y)
作者: 仲秋启明    时间: 2011-7-20 21:37
极有可能是改了draw_actor_face,按照新工程的改回来就行了
作者: milolaw    时间: 2011-7-20 22:09
最後發現,腳本是沒有問題的!
只要由頭再玩便ok了
見到版大回我結果給他最佳了.....




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