Class: Configs::Project::Graphic
- Defined in:
- scripts/00021 ProjectConfig.rb
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
242 243 244 |
# File 'scripts/00021 ProjectConfig.rb', line 242 def smooth_texture @smooth_texture end |
#vsync_enabled ⇒ Boolean
Tell if the vsync should be enabled
246 247 248 |
# File 'scripts/00021 ProjectConfig.rb', line 246 def vsync_enabled @vsync_enabled end |