Class: Configs::SceneTitleConfig
Overview
Definition of the scene title config
Instance Attribute Summary collapse
-
#additional_splashes ⇒ Array<String>
Get the additional splash played after the PSDK splash.
-
#bgm_duration ⇒ Integer
Get the duration of the title music before it restarts.
-
#bgm_name ⇒ String
Get the name of the bgm to play.
-
#control_wait ⇒ Float
Get the duration the controls has to wait before showing.
-
#intro_movie_map_id ⇒ Integer
Get the intro movie map id.
-
#language_selection_enabled ⇒ Boolean
Get the information if the language selection is enabled or not.
Instance Attribute Details
#additional_splashes ⇒ Array<String>
Get the additional splash played after the PSDK splash
18 19 20 |
# File 'docs/4_Systems_001_Title.rb', line 18 def additional_splashes @additional_splashes end |
#bgm_duration ⇒ Integer
Get the duration of the title music before it restarts
9 10 11 |
# File 'docs/4_Systems_001_Title.rb', line 9 def bgm_duration @bgm_duration end |
#bgm_name ⇒ String
Get the name of the bgm to play
12 13 14 |
# File 'docs/4_Systems_001_Title.rb', line 12 def bgm_name @bgm_name end |
#control_wait ⇒ Float
Get the duration the controls has to wait before showing
21 22 23 |
# File 'docs/4_Systems_001_Title.rb', line 21 def control_wait @control_wait end |
#intro_movie_map_id ⇒ Integer
Get the intro movie map id
6 7 8 |
# File 'docs/4_Systems_001_Title.rb', line 6 def intro_movie_map_id @intro_movie_map_id end |
#language_selection_enabled ⇒ Boolean
Get the information if the language selection is enabled or not
15 16 17 |
# File 'docs/4_Systems_001_Title.rb', line 15 def language_selection_enabled @language_selection_enabled end |