summaryrefslogtreecommitdiffhomepage
path: root/app/main.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/main.rb')
-rw-r--r--app/main.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/main.rb b/app/main.rb
index 6b3abe6..9a55c97 100644
--- a/app/main.rb
+++ b/app/main.rb
@@ -4,12 +4,17 @@ require 'app/scenes/scenes.rb'
require 'app/components/sprite.rb'
require 'app/components/boid.rb'
+require 'app/components/button.rb'
+require 'app/components/hitbox.rb'
require 'app/components/rules/bounds.rb'
require 'app/components/rules/cohesion.rb'
require 'app/components/rules/alignment.rb'
require 'app/components/rules/separation.rb'
require 'app/components/debug/debug_vector_arrow.rb'
+require 'app/systems/init_title_screen.rb'
+require 'app/systems/title_screen.rb'
+require 'app/systems/start_game.rb'
require 'app/systems/render.rb'
require 'app/systems/update_boid_sprite.rb'
require 'app/systems/update_boid_position.rb'