Method: Reight::MapEditor#draw

Defined in:
lib/reight/app/map/editor.rb

#drawObject



26
27
28
29
30
# File 'lib/reight/app/map/editor.rb', line 26

def draw()
  background 200
  sprite(*sprites)
  super
end