Class: Configs::Project::Graphic

Inherits:
Object
  • Object
show all
Defined in:
docs/000_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)


384
385
386
# File 'docs/000_a_root.rb', line 384

def smooth_texture
  @smooth_texture
end

#vsync_enabledBoolean

Tell if the vsync should be enabled

Returns:

  • (Boolean)


387
388
389
# File 'docs/000_a_root.rb', line 387

def vsync_enabled
  @vsync_enabled
end