Class: Configs::CreditsConfig

Inherits:
Object
  • Object
show all
Defined in:
docs/01450_Systems_00002_Credits.rb

Overview

Configuration for the Credit Scene

Instance Attribute Summary collapse

Instance Attribute Details

#bgmString

Get the credits bgm

Returns:



21
22
23
# File 'docs/01450_Systems_00002_Credits.rb', line 21

def bgm
  @bgm
end

#chief_project_nameString

Get the chief project name

Returns:



12
13
14
# File 'docs/01450_Systems_00002_Credits.rb', line 12

def chief_project_name
  @chief_project_name
end

#chief_project_titleString

Get the chief project title

Returns:



9
10
11
# File 'docs/01450_Systems_00002_Credits.rb', line 9

def chief_project_title
  @chief_project_title
end

#game_creditsString

Get the game credits

Returns:



18
19
20
# File 'docs/01450_Systems_00002_Credits.rb', line 18

def game_credits
  @game_credits
end

#leader_spacingInteger

Get the spacing between a leader text and the center of the screen

Returns:

  • (Integer)


30
31
32
# File 'docs/01450_Systems_00002_Credits.rb', line 30

def leader_spacing
  @leader_spacing
end

#leadersArray<Hash>

Get the other leaders

Returns:

  • (Array<Hash>)


15
16
17
# File 'docs/01450_Systems_00002_Credits.rb', line 15

def leaders
  @leaders
end

#line_heightInteger

Get the line height of credits

Returns:

  • (Integer)


24
25
26
# File 'docs/01450_Systems_00002_Credits.rb', line 24

def line_height
  @line_height
end

#project_splashString

Get the project title splash (in grahics/titles)

Returns:



6
7
8
# File 'docs/01450_Systems_00002_Credits.rb', line 6

def project_splash
  @project_splash
end

#speedFloat

Get the speed of the text scrolling

Returns:

  • (Float)


27
28
29
# File 'docs/01450_Systems_00002_Credits.rb', line 27

def speed
  @speed
end