class Pacman::AnimatedObject

Objext using animation

Attributes

animation_index[RW]

Public Class Methods

new() click to toggle source
# File lib/pacman/animated_object.rb, line 4
def initialize
  @animation_index = 0
end