diff options
| author | arngo <[email protected]> | 2021-12-22 17:03:17 -0500 |
|---|---|---|
| committer | arngo <[email protected]> | 2021-12-22 17:03:17 -0500 |
| commit | b567c7ceb887a8da73a8e2c1015a7638ca1f8fad (patch) | |
| tree | 0d4a4539460e4cd5b4e294e7c1f58989e0b4d92e /app/main.rb | |
| parent | 51fa40d59c7face1a7bf21ebc83e8df0f18ac09b (diff) | |
| download | SteelWings-b567c7ceb887a8da73a8e2c1015a7638ca1f8fad.tar.gz SteelWings-b567c7ceb887a8da73a8e2c1015a7638ca1f8fad.zip | |
rename title component to singleton and set it up in the right place
Diffstat (limited to 'app/main.rb')
| -rw-r--r-- | app/main.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/main.rb b/app/main.rb index 8a447d9..20d0e8c 100644 --- a/app/main.rb +++ b/app/main.rb @@ -23,6 +23,7 @@ require 'app/components/teams/singleton_player_team.rb' require 'app/components/teams/singleton_enemy_team.rb' require 'app/components/weapon.rb' require 'app/components/teams/team.rb' +require 'app/components/singleton_title.rb' require 'app/systems/init_title_screen.rb' |
