Class: Configs::CreditsConfig

Inherits:
Object
  • Object
show all
Defined in:
scripts/01450 Systems/00002 Credits/00001 Configs.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bgmString

Get the credits bgm

Returns:



20
21
22
# File 'scripts/01450 Systems/00002 Credits/00001 Configs.rb', line 20

def bgm
  @bgm
end

#chief_project_nameString

Get the chief project name

Returns:



11
12
13
# File 'scripts/01450 Systems/00002 Credits/00001 Configs.rb', line 11

def chief_project_name
  @chief_project_name
end

#chief_project_titleString

Get the chief project title

Returns:



8
9
10
# File 'scripts/01450 Systems/00002 Credits/00001 Configs.rb', line 8

def chief_project_title
  @chief_project_title
end

#game_creditsString

Get the game credits

Returns:



17
18
19
# File 'scripts/01450 Systems/00002 Credits/00001 Configs.rb', line 17

def game_credits
  @game_credits
end

#leader_spacingInteger

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

Returns:



29
30
31
# File 'scripts/01450 Systems/00002 Credits/00001 Configs.rb', line 29

def leader_spacing
  @leader_spacing
end

#leadersArray<Hash>

Get the other leaders

Returns:

  • (Array<Hash>)


14
15
16
# File 'scripts/01450 Systems/00002 Credits/00001 Configs.rb', line 14

def leaders
  @leaders
end

#line_heightInteger

Get the line height of credits

Returns:



23
24
25
# File 'scripts/01450 Systems/00002 Credits/00001 Configs.rb', line 23

def line_height
  @line_height
end

#project_splashString

Get the project title splash (in grahics/titles)

Returns:



5
6
7
# File 'scripts/01450 Systems/00002 Credits/00001 Configs.rb', line 5

def project_splash
  @project_splash
end

#speedFloat

Get the speed of the text scrolling

Returns:

  • (Float)


26
27
28
# File 'scripts/01450 Systems/00002 Credits/00001 Configs.rb', line 26

def speed
  @speed
end