InGameConfiguration
Extends: Resource
Description
A configuration for game-wide elements (like sound settings)
Property Descriptions
subtitles
var subtitles: bool = true
Wether subtitles should be shown
fullscreen
var fullscreen: bool = true
Wether to show the game in full screen
speech_db
var speech_db: float = 0
The volume of the speech channel in db
music_db
var music_db: float = 0
The volume of the music channel in db
effects_db
var effects_db: float = 0
The volume of the effects channel in db
continue_state
var continue_state: BaseState
The continue state, that is saved automatically
locale
var locale: String = ""
The selected locale