Class: Configs::CreditsConfig
Overview
Configuration for the Credit Scene
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
21 22 23 |
# File 'docs/4_Systems_002_Credits.rb', line 21 def bgm @bgm end |
#chief_project_name ⇒ String
Get the chief project name
12 13 14 |
# File 'docs/4_Systems_002_Credits.rb', line 12 def chief_project_name @chief_project_name end |
#chief_project_title ⇒ String
Get the chief project title
9 10 11 |
# File 'docs/4_Systems_002_Credits.rb', line 9 def chief_project_title @chief_project_title end |
#game_credits ⇒ String
Get the game credits
18 19 20 |
# File 'docs/4_Systems_002_Credits.rb', line 18 def game_credits @game_credits end |
#leader_spacing ⇒ Integer
Get the spacing between a leader text and the center of the screen
30 31 32 |
# File 'docs/4_Systems_002_Credits.rb', line 30 def leader_spacing @leader_spacing end |
#leaders ⇒ Array<Hash>
Get the other leaders
15 16 17 |
# File 'docs/4_Systems_002_Credits.rb', line 15 def leaders @leaders end |
#line_height ⇒ Integer
Get the line height of credits
24 25 26 |
# File 'docs/4_Systems_002_Credits.rb', line 24 def line_height @line_height end |
#project_splash ⇒ String
Get the project title splash (in grahics/titles)
6 7 8 |
# File 'docs/4_Systems_002_Credits.rb', line 6 def project_splash @project_splash end |
#speed ⇒ Float
Get the speed of the text scrolling
27 28 29 |
# File 'docs/4_Systems_002_Credits.rb', line 27 def speed @speed end |