Sha256: b7e0c195360d5039ce2934ac782cb5f90ed3af0aac068fe333ceb4130b7958c5
Contents?: true
Size: 432 Bytes
Versions: 11
Compression:
Stored size: 432 Bytes
Contents
require_relative "window" require_relative "font" require_relative "image" require_relative "color" module Gosu class << self alias_method :original_enable_undocumented_retrofication, :enable_undocumented_retrofication protected :original_enable_undocumented_retrofication def enable_undocumented_retrofication Ashton::Texture.pixelated = true original_enable_undocumented_retrofication end end end
Version data entries
11 entries across 11 versions & 2 rubygems