Sha256: 2da382462a996c6680e1c4444708f14a03d8c116d44e735fc9b8f39bd0b71ffc
Contents?: true
Size: 179 Bytes
Versions: 21
Compression:
Stored size: 179 Bytes
Contents
require 'texplay' module Gosu class Image def self.create(width, height, options = {}) TexPlay.create_image($window, width, height, options) end end end
Version data entries
21 entries across 21 versions & 1 rubygems