Module: RubyArena::Movable
Instance Method Summary collapse
Instance Method Details
#move ⇒ Object
3 4 5 6 |
# File 'lib/ruby_arena/movable.rb', line 3 def move @x += offset_x(heading, speed) @y += offset_y(heading, speed) end |
3 4 5 6 |
# File 'lib/ruby_arena/movable.rb', line 3 def move @x += offset_x(heading, speed) @y += offset_y(heading, speed) end |