Class: TyranoDsl::Elements::TitleScreen

Inherits:
Object
  • Object
show all
Defined in:
lib/tyrano_dsl/elements/title_screen.rb

Overview

the title screen

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTitleScreen

Returns a new instance of TitleScreen.



11
12
13
14
# File 'lib/tyrano_dsl/elements/title_screen.rb', line 11

def initialize
  @background = nil
  @first_scene_name = nil
end

Instance Attribute Details

#backgroundString

Returns:

  • (String)


7
8
9
# File 'lib/tyrano_dsl/elements/title_screen.rb', line 7

def background
  @background
end

#first_scene_nameString

Returns:

  • (String)


9
10
11
# File 'lib/tyrano_dsl/elements/title_screen.rb', line 9

def first_scene_name
  @first_scene_name
end