class Looper::GrassAccent

Defined in:

looper/grass_accent.cr

Constructors

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]