Class: EhbGameLib::Canvas

Inherits:
Object
  • Object
show all
Includes:
Math::RectableObject
Defined in:
lib/ehb_game_lib/canvas.rb

Constant Summary

Constants included from Math::RectableObject

Math::RectableObject::H_AXIS, Math::RectableObject::V_AXIS

Instance Method Summary collapse

Methods included from Math::RectableObject

#rect

Instance Method Details

#xObject



12
13
14
# File 'lib/ehb_game_lib/canvas.rb', line 12

def x
  0
end

#yObject



16
17
18
# File 'lib/ehb_game_lib/canvas.rb', line 16

def y
  0
end