summaryrefslogtreecommitdiffhomepage
path: root/app/main.rb
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-12-17 00:46:33 -0500
committerrealtradam <[email protected]>2021-12-17 00:46:33 -0500
commit8c918c1fadebfb076cafcb347b8aac0e8ac28882 (patch)
tree6a8771451ae2d9509a7931a48162a3138efc6818 /app/main.rb
parentd48fd199777cc17cf89d1e50d59852ad373de5b5 (diff)
downloadSteelWings-8c918c1fadebfb076cafcb347b8aac0e8ac28882.tar.gz
SteelWings-8c918c1fadebfb076cafcb347b8aac0e8ac28882.zip
Added Boid and Sprite component and systems
Diffstat (limited to 'app/main.rb')
-rw-r--r--app/main.rb2
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'