Class: Configs::Project::Graphic
Overview
Graphic configuration of the game
Instance Attribute Summary collapse
-
#smooth_texture ⇒ Boolean
Tell if the textures should be smooth.
-
#vsync_enabled ⇒ Boolean
Tell if the vsync should be enabled.
Instance Attribute Details
#smooth_texture ⇒ Boolean
Tell if the textures should be smooth
384 385 386 |
# File 'docs/000_a_root.rb', line 384 def smooth_texture @smooth_texture end |
#vsync_enabled ⇒ Boolean
Tell if the vsync should be enabled
387 388 389 |
# File 'docs/000_a_root.rb', line 387 def vsync_enabled @vsync_enabled end |