Method: OR2D.lowest_scalable_width
- Defined in:
- lib/or2d.rb
.lowest_scalable_width ⇒ Integer
The lowest width that the game window can be scaled to.
-
It is not recommended to scale the game window below this width.
-
It is also not recommended to change this value.
59 60 61 |
# File 'lib/or2d.rb', line 59 def self.lowest_scalable_width 640 end |