Class: RoadToRubykaigi::Sprite::LightningEffect

Inherits:
Effect show all
Defined in:
lib/road_to_rubykaigi/sprite/effect.rb

Constant Summary collapse

DURATION =
0.3
SYMBOL =
ANSI::YELLOW + "⚡︎" + ANSI::DEFAULT_TEXT_COLOR

Instance Method Summary collapse

Methods inherited from Effect

#bounding_box, #character, #expired?

Instance Method Details

#updateObject



84
85
# File 'lib/road_to_rubykaigi/sprite/effect.rb', line 84

def update
end