summaryrefslogtreecommitdiffhomepage
path: root/lib/00-define.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/00-define.rb')
-rw-r--r--lib/00-define.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/00-define.rb b/lib/00-define.rb
index 1ebd8fd..4815367 100644
--- a/lib/00-define.rb
+++ b/lib/00-define.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
FF::Stg.add FF::Scn.new('Default')
FF::Scn.new('BoidCalculations')
@@ -12,10 +14,10 @@ FelFlame::Components.new('Boids',
vx: 0, vy: 0,
# calculated velocity change for next frame
cx: 0, cy: 0,
- flipped: false)
+ flipped: false)
FelFlame::Components.new('Fish')
FF::Cmp::Fish.new
FelFlame::Components.new('Piranha')
FF::Cmp::Piranha.new
FelFlame::Components.new('BoidVisuals',
- :obj, :vect,)
+ :obj, :vect)