在Window_Command里搜索self.contents.font.color = color
改成
if $scene.is_a?(Scene_Title)
self.contents.font.color = Color.new(xx,xx,xx)#颜色....
else
self.contents.font.color = color
end
我按上述方法做了后,开始游戏,出现错误,说Window_Command 49行出现错误,怎么会事?
49行是 end 版务信息:本贴由楼主自主结贴~
在Window_Command里搜索self.contents.font.color = color
改成
if $scene.is_a?(Scene_Title)
self.contents.font.color = Color.new(xx,xx,xx)#颜色....
else
self.contents.font.color = color
end
我按上述方法做了后,开始游戏,出现错误,说Window_Command 49行出现错误,怎么会事?
49行是 end 版务信息:本贴由楼主自主结贴~