diff options
| author | arngo <[email protected]> | 2021-12-26 22:33:19 -0500 |
|---|---|---|
| committer | arngo <[email protected]> | 2021-12-26 22:33:19 -0500 |
| commit | 73d33929c11307f2589413a3901b574ccdc2a449 (patch) | |
| tree | 6799567bd7281abf0b87799bdd1bda2080908c17 /app/main.rb | |
| parent | 09fe8467d670a9eace7c0c60e21e5aa81fc0b8e9 (diff) | |
| parent | 930802e49e33c87ef0fd2f102b9205a4098878d3 (diff) | |
| download | SteelWings-73d33929c11307f2589413a3901b574ccdc2a449.tar.gz SteelWings-73d33929c11307f2589413a3901b574ccdc2a449.zip | |
Merge branch 'score-dev' into development
Diffstat (limited to 'app/main.rb')
| -rw-r--r-- | app/main.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/main.rb b/app/main.rb index 1854893..28ce373 100644 --- a/app/main.rb +++ b/app/main.rb @@ -29,8 +29,11 @@ require 'app/components/teams/team.rb' require 'app/components/singleton_title.rb' require 'app/components/singleton_ai_timer.rb' require 'app/components/singleton_random_ai_pick.rb' +require 'app/components/label.rb' +require 'app/components/singleton_score.rb' +require 'app/systems/ui/score.rb' require 'app/systems/init_title_screen.rb' require 'app/systems/ui/button.rb' require 'app/systems/ui/return_to_menu.rb' |
