struct ShootAbility

Defined in:

mechanics/shot.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(shot_speed : Float64, tile : Tileset) #

[View source]

Class Method Detail

def self.component_index #

Instance Method Detail

def clone #

[View source]
def copy_with(shot_speed _shot_speed = @shot_speed, tile _tile = @tile) #

[View source]
def shot_speed : Float64 #

def tile : Tileset #