summaryrefslogtreecommitdiffhomepage
path: root/app/main.rb
diff options
context:
space:
mode:
authorarngo <[email protected]>2021-12-26 22:30:44 -0500
committerarngo <[email protected]>2021-12-26 22:30:44 -0500
commit930802e49e33c87ef0fd2f102b9205a4098878d3 (patch)
tree56cbf22ebbb4b16ac037eb2f525ca15d5656b96f /app/main.rb
parent70b2499a8753331b68fb7a61a8882c9ff0b017d8 (diff)
downloadSteelWings-930802e49e33c87ef0fd2f102b9205a4098878d3.tar.gz
SteelWings-930802e49e33c87ef0fd2f102b9205a4098878d3.zip
implement score ui
Diffstat (limited to 'app/main.rb')
-rw-r--r--app/main.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/main.rb b/app/main.rb
index 5f59b42..cd07f6e 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'