#--------------------------------------------------------------------------
# ● 刷新画面
#--------------------------------------------------------------------------
def update
super
# 主界面的不透明度下降
if $game_temp.battle_main_phase
self.contents_opacity -= 4 if self.contents_opacity > 191
else
self.contents_opacity += 4 if self.contents_opacity < 255
end
refresh if @refresh_flag
for i in 0...$game_party.actors.size
if @hp != $game_party.actors.hp
@refresh_flag = true
if @hp > $game_party.actors.hp
@hp -= 1
else
@hp += 1
end
end
end
end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |