summaryrefslogtreecommitdiffhomepage
path: root/app/tick.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/tick.rb
parentd48fd199777cc17cf89d1e50d59852ad373de5b5 (diff)
downloadSteelWings-8c918c1fadebfb076cafcb347b8aac0e8ac28882.tar.gz
SteelWings-8c918c1fadebfb076cafcb347b8aac0e8ac28882.zip
Added Boid and Sprite component and systems
Diffstat (limited to 'app/tick.rb')
-rw-r--r--app/tick.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/tick.rb b/app/tick.rb
index 7bb1cf4..a528a22 100644
--- a/app/tick.rb
+++ b/app/tick.rb
@@ -1,4 +1,4 @@
-FF::Ent.new(FF::Cmp::Sprite.new)
+FF::Ent.new(FF::Cmp::Sprite.new, FF::Cmp::Boid.new)
def tick args
FelFlame::Stage.call
end