diff options
| author | realtradam <[email protected]> | 2021-12-26 22:21:36 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-12-26 22:21:36 -0500 |
| commit | 09fe8467d670a9eace7c0c60e21e5aa81fc0b8e9 (patch) | |
| tree | 52401db0e3124d0ed741a706a27c0559594241a5 /app/main.rb | |
| parent | 41da3e4ad9d938e488f268b2d30d1867ac2ab943 (diff) | |
| download | SteelWings-09fe8467d670a9eace7c0c60e21e5aa81fc0b8e9.tar.gz SteelWings-09fe8467d670a9eace7c0c60e21e5aa81fc0b8e9.zip | |
added enemy spawning
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 5f59b42..1854893 100644 --- a/app/main.rb +++ b/app/main.rb @@ -58,6 +58,7 @@ require 'app/systems/ai/scatter.rb' require 'app/systems/ai/rejoin.rb' require 'app/systems/ai/target_player.rb' require 'app/systems/ai/randomize_ai.rb' +require 'app/systems/spawn_enemy.rb' require 'app/factories/bullet.rb' require 'app/factories/ships/sample_enemy.rb' |
