Method: MiniGL::Sprite#x

Defined in:
lib/minigl/game_object.rb

#xObject

The x-coordinate of the image in the screen.



10
11
12
# File 'lib/minigl/game_object.rb', line 10

def x
  @x
end