struct DamageBubble

Defined in:

mechanics/health.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(text : String, pos : Vector2) #

[View source]

Class Method Detail

def self.component_index #

Instance Method Detail

def clone #

[View source]
def copy_with(text _text = @text, pos _pos = @pos) #

[View source]
def pos : Vector2 #

def text : String #