Method: Dare::Sprite#stand

Defined in:
lib/dare/sprite.rb

#standObject



54
55
56
57
# File 'lib/dare/sprite.rb', line 54

def stand
  @current_image = 0
  @ticks_on_current_image = 0
end