diff options
| author | realtradam <[email protected]> | 2021-12-19 20:17:11 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-12-19 20:17:11 -0500 |
| commit | 6437b020ee60a1c80a06db638c713a8f1e9a3d2f (patch) | |
| tree | 16fca9b7316c3c18733af4d2dc544ec8a0d8afe9 /app/main.rb | |
| parent | cd3d7be54f16263ceaa9b5e0e8a1c219821e8339 (diff) | |
| download | SteelWings-6437b020ee60a1c80a06db638c713a8f1e9a3d2f.tar.gz SteelWings-6437b020ee60a1c80a06db638c713a8f1e9a3d2f.zip | |
Updated singleton naming
Diffstat (limited to 'app/main.rb')
| -rw-r--r-- | app/main.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/main.rb b/app/main.rb index f5cc908..9056d53 100644 --- a/app/main.rb +++ b/app/main.rb @@ -11,11 +11,13 @@ require 'app/components/rules/cohesion.rb' require 'app/components/rules/alignment.rb' require 'app/components/rules/separation.rb' require 'app/components/rules/follow.rb' -require 'app/components/debug/debug_vector_arrow.rb' -require 'app/components/camera.rb' +require 'app/components/debug/singleton_debug_vector_arrow.rb' +require 'app/components/singleton_camera.rb' require 'app/components/stats/collision_damage.rb' require 'app/components/stats/hp.rb' require 'app/components/hitcircle.rb' +require 'app/components/teams/singleton_player_team.rb' +require 'app/components/teams/singleton_enemy_team.rb' require 'app/systems/init_title_screen.rb' require 'app/systems/title_screen.rb' |
