Class: Configs::Project::Graphic

Inherits:
Object
  • Object
show all
Defined in:
docs/00000_a_root.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)


386
387
388
# File 'docs/00000_a_root.rb', line 386

def smooth_texture
  @smooth_texture
end

#vsync_enabledBoolean

Tell if the vsync should be enabled

Returns:

  • (Boolean)


389
390
391
# File 'docs/00000_a_root.rb', line 389

def vsync_enabled
  @vsync_enabled
end