Ice_Dragon
Member
[No message]
if $rtab_is_on
#------------------------------------------------------------
# * End of block
#------------------------------------------------------------
# Real time active battle (RTAB) Ver 1.16
# Distribution original support URL
# http://members.jcom.home.ne.jp/cogwheel/
class Scene_Battle
#--------------------------------------------------------------------------
# * Open instance variable
#--------------------------------------------------------------------------
attr_reader :status_window # Status Window
...
...
...
etc.
...
...
...
((x + width - i) / (width - 1.0) + (j - y) / (height - 1.0)) / 2
color = Color.new(red, green, blue, alpha)
set_pixel(i, j, color)
end
end
end
end
end
#------------------------------------------------------------
# * End of block
#------------------------------------------------------------
end