Class: Configs::CreditsConfig
- Defined in:
- scripts/01450 Systems/00002 Credits/00001 Configs.rb
Instance Attribute Summary collapse
-
#bgm ⇒ String
Get the credits bgm.
-
#chief_project_name ⇒ String
Get the chief project name.
-
#chief_project_title ⇒ String
Get the chief project title.
-
#game_credits ⇒ String
Get the game credits.
-
#leader_spacing ⇒ Integer
Get the spacing between a leader text and the center of the screen.
-
#leaders ⇒ Array<Hash>
Get the other leaders.
-
#line_height ⇒ Integer
Get the line height of credits.
-
#project_splash ⇒ String
Get the project title splash (in grahics/titles).
-
#speed ⇒ Float
Get the speed of the text scrolling.
Instance Attribute Details
#bgm ⇒ String
Get the credits bgm
20 21 22 |
# File 'scripts/01450 Systems/00002 Credits/00001 Configs.rb', line 20 def bgm @bgm end |
#chief_project_name ⇒ String
Get the chief project name
11 12 13 |
# File 'scripts/01450 Systems/00002 Credits/00001 Configs.rb', line 11 def chief_project_name @chief_project_name end |
#chief_project_title ⇒ String
Get the chief project title
8 9 10 |
# File 'scripts/01450 Systems/00002 Credits/00001 Configs.rb', line 8 def chief_project_title @chief_project_title end |
#game_credits ⇒ String
Get the game credits
17 18 19 |
# File 'scripts/01450 Systems/00002 Credits/00001 Configs.rb', line 17 def game_credits @game_credits end |
#leader_spacing ⇒ Integer
Get the spacing between a leader text and the center of the screen
29 30 31 |
# File 'scripts/01450 Systems/00002 Credits/00001 Configs.rb', line 29 def leader_spacing @leader_spacing end |
#leaders ⇒ Array<Hash>
Get the other leaders
14 15 16 |
# File 'scripts/01450 Systems/00002 Credits/00001 Configs.rb', line 14 def leaders @leaders end |
#line_height ⇒ Integer
Get the line height of credits
23 24 25 |
# File 'scripts/01450 Systems/00002 Credits/00001 Configs.rb', line 23 def line_height @line_height end |
#project_splash ⇒ String
Get the project title splash (in grahics/titles)
5 6 7 |
# File 'scripts/01450 Systems/00002 Credits/00001 Configs.rb', line 5 def project_splash @project_splash end |
#speed ⇒ Float
Get the speed of the text scrolling
26 27 28 |
# File 'scripts/01450 Systems/00002 Credits/00001 Configs.rb', line 26 def speed @speed end |