class Core::Frame
Attributes
color[R]
length[R]
mode[R]
x[R]
y[R]
Public Class Methods
new()
click to toggle source
# File lib/animation.rb, line 66 def initialize @length = 1 @color = Gosu::Color::WHITE @x, @y = 0, 0 @mode = :default end