Method: WrappedScreen#print
- Defined in:
- lib/gamebox/core/wrapped_screen.rb
#print(text, x, y, z, font_style) ⇒ Object
124 125 126 |
# File 'lib/gamebox/core/wrapped_screen.rb', line 124 def print(text, x, y, z, font_style) font_style.font.draw text, x, y, z, font_style.x_scale, font_style.y_scale, convert_color(font_style.color) end |