(别忘了self.contents.clear- -+) 在Scene的update,加入判断——变量的数值是否改变, 如果是,调用窗口的描绘方法。 「旅」 发表于 2009-8-10 14:20
if $game_variables[27] != @record27 @record27 = $game_variables[27] @窗口.update end 「旅」 发表于 2009-8-10 14:32