Class: Configs::SceneTitleConfig
- Defined in:
- scripts/01450 Systems/00001 Title/00001 Configs.rb
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
17 18 19 |
# File 'scripts/01450 Systems/00001 Title/00001 Configs.rb', line 17 def additional_splashes @additional_splashes end |
#bgm_duration ⇒ Integer
Get the duration of the title music before it restarts
8 9 10 |
# File 'scripts/01450 Systems/00001 Title/00001 Configs.rb', line 8 def bgm_duration @bgm_duration end |
#bgm_name ⇒ String
Get the name of the bgm to play
11 12 13 |
# File 'scripts/01450 Systems/00001 Title/00001 Configs.rb', line 11 def bgm_name @bgm_name end |
#control_wait ⇒ Float
Get the duration the controls has to wait before showing
20 21 22 |
# File 'scripts/01450 Systems/00001 Title/00001 Configs.rb', line 20 def control_wait @control_wait end |
#intro_movie_map_id ⇒ Integer
Get the intro movie map id
5 6 7 |
# File 'scripts/01450 Systems/00001 Title/00001 Configs.rb', line 5 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
14 15 16 |
# File 'scripts/01450 Systems/00001 Title/00001 Configs.rb', line 14 def language_selection_enabled @language_selection_enabled end |