# By Lanza Schneider class Window_Base def ox @fake_ox = super if @fake_ox.nil? return @fake_ox end def oy @fake_oy = super if @fake_oy.nil? return @fake_oy end def ox=(value) super value.to_i @fake_ox = value end def oy=(value) super value.to_i @fake_oy = value end end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |