Class: Configs::Project::Graphic

Inherits:
Object
  • Object
show all
Defined in:
scripts/00021 ProjectConfig.rb

Overview

Graphic configuration of the game

Instance Attribute Summary collapse

Instance Attribute Details

#smooth_textureBoolean

Tell if the textures should be smooth

Returns:

  • (Boolean)


242
243
244
# File 'scripts/00021 ProjectConfig.rb', line 242

def smooth_texture
  @smooth_texture
end

#vsync_enabledBoolean

Tell if the vsync should be enabled

Returns:

  • (Boolean)


246
247
248
# File 'scripts/00021 ProjectConfig.rb', line 246

def vsync_enabled
  @vsync_enabled
end