Method: GGLib::DebugConsole#draw

Defined in:
lib/ext/widgets.rb

#drawObject



165
166
167
168
169
170
171
# File 'lib/ext/widgets.rb', line 165

def draw
  i=0
  @text.each {|line|
    @theme.font.default.draw(line, 10, 10+i*@theme.font.default.height, ZOrder::Text, 1.0, 1.0, 0xffffffff)
    i+=1
  }
end