class TyranoDsl::Elements::TitleScreen

The title screen

Attributes

background[RW]

@return [String]

first_scene_name[RW]

@return [String]

Public Class Methods

new() click to toggle source
# File lib/tyrano_dsl/elements/title_screen.rb, line 11
def initialize
  @background = nil
  @first_scene_name = nil
end