class

GSDL::NumberFlash

Inherits GSDL::Text < GSDL::Centerable < GSDL::Entity < GSDL::Saveable < GSDL::Tweenable < Reference < Object

Constructors

new(font : Symbol = FontManager.default, font_size : Num = FontManager.default_size, text : String = "", x : Num = 0, y : Num = 0, color = ColorScheme.get(:ui_text), velocity : LibSDL3::FPoint = Point.new(0, -100), lifetime : Float32 = 1.0_f32, z_index : Int32 = 100)
Source

Instance methods

dead?
Source
elapsed
Source
elapsed=(elapsed : Float32)
Source
lifetime
Source
lifetime=(lifetime : Float32)
Source
update(dt : Float32)
Source
velocity
Source
velocity=(velocity : Point)
Source