summaryrefslogtreecommitdiffhomepage
path: root/app/main.rb
diff options
context:
space:
mode:
authorarngo <[email protected]>2021-12-19 22:08:34 -0500
committerarngo <[email protected]>2021-12-19 22:08:34 -0500
commit501fac5e7fe4d4c56dcc51467b77d42cea597174 (patch)
tree061fd6f04cf6d161c82867f2341d0cced5ad777c /app/main.rb
parent154030e74b007b6fc65e45e50107b69b717c7b1f (diff)
downloadSteelWings-501fac5e7fe4d4c56dcc51467b77d42cea597174.tar.gz
SteelWings-501fac5e7fe4d4c56dcc51467b77d42cea597174.zip
lock camera to player
Diffstat (limited to 'app/main.rb')
-rw-r--r--app/main.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/main.rb b/app/main.rb
index a5a1c5c..3bd54a2 100644
--- a/app/main.rb
+++ b/app/main.rb
@@ -39,6 +39,7 @@ require 'app/systems/camera.rb'
require 'app/systems/collision_damage.rb'
require 'app/systems/death.rb'
require 'app/systems/player_weapon.rb'
+require 'app/systems/move_camera.rb'
require 'app/factories/bullet.rb'
require 'app/factories/ships/osprey.rb'