Method: OR2D.lowest_scalable_width

Defined in:
lib/or2d.rb

.lowest_scalable_widthInteger

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.

Returns:

  • (Integer)

    the lowest width that the game window can be scaled to

Since:

  • 2023-04-26



59
60
61
# File 'lib/or2d.rb', line 59

def self.lowest_scalable_width
  640
end