diff options
| author | realtradam <[email protected]> | 2021-12-17 00:46:33 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-12-17 00:46:33 -0500 |
| commit | 8c918c1fadebfb076cafcb347b8aac0e8ac28882 (patch) | |
| tree | 6a8771451ae2d9509a7931a48162a3138efc6818 /app/main.rb | |
| parent | d48fd199777cc17cf89d1e50d59852ad373de5b5 (diff) | |
| download | SteelWings-8c918c1fadebfb076cafcb347b8aac0e8ac28882.tar.gz SteelWings-8c918c1fadebfb076cafcb347b8aac0e8ac28882.zip | |
Added Boid and Sprite component and systems
Diffstat (limited to 'app/main.rb')
| -rw-r--r-- | app/main.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/main.rb b/app/main.rb index 8491866..972a496 100644 --- a/app/main.rb +++ b/app/main.rb @@ -3,7 +3,9 @@ require 'app/felflame.rb' require 'app/scenes/scenes.rb' require 'app/components/sprite.rb' +require 'app/components/boid.rb' require 'app/systems/render.rb' +require 'app/systems/update_boid_sprite.rb' require 'app/tick.rb' |
