class Looper::RiverAccent

Defined in:

looper/river_accent.cr

Constant Summary

DELAY = 5_f32

Constructors

Instance Method Summary

Instance methods inherited from class Looper::Accent

draw draw, height(*args, **options)
height(*args, **options, &)
height
, sprite : Sprite sprite, width(*args, **options)
width(*args, **options, &)
width
, x : Int32 | Float32 x, x=(x : Int32 | Float32) x=, y : Int32 | Float32 y, y=(y : Int32 | Float32) y=

Constructor methods inherited from class Looper::Accent

new(x : Float32 | Int32, y : Float32 | Int32, sprite : Sprite) new

Constructor Detail

def self.new(x, y) #

[View source]

Instance Method Detail

def update(frame_time) #

[View source]