以下引用逐月于2008-1-30 17:42:14的发言:
很简单,找到Window_Base中的
#--------------------------------------------------------------------------
# ● 获取普通文字色
#--------------------------------------------------------------------------
def normal_color
return Color.new(255, 255, 255, 255)
end
改成
#--------------------------------------------------------------------------
# ● 获取普通文字色
#--------------------------------------------------------------------------
def normal_color
return Color.new(0, 0, 0, 255)
end
就可以了
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |