diff options
| author | arngo <[email protected]> | 2021-12-19 22:08:34 -0500 |
|---|---|---|
| committer | arngo <[email protected]> | 2021-12-19 22:08:34 -0500 |
| commit | 501fac5e7fe4d4c56dcc51467b77d42cea597174 (patch) | |
| tree | 061fd6f04cf6d161c82867f2341d0cced5ad777c /app/main.rb | |
| parent | 154030e74b007b6fc65e45e50107b69b717c7b1f (diff) | |
| download | SteelWings-501fac5e7fe4d4c56dcc51467b77d42cea597174.tar.gz SteelWings-501fac5e7fe4d4c56dcc51467b77d42cea597174.zip | |
lock camera to player
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 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' |
