summaryrefslogtreecommitdiffhomepage
path: root/app/components/rules/bounds.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/rules/bounds.rb')
-rw-r--r--app/components/rules/bounds.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/components/rules/bounds.rb b/app/components/rules/bounds.rb
index 71495e6..7b0c86e 100644
--- a/app/components/rules/bounds.rb
+++ b/app/components/rules/bounds.rb
@@ -1,5 +1,5 @@
FF::Cmp.new('BoidBounds',
- xmax: 1280, xmin: 0,
- ymax: 720, ymin: 0,
+ xmax: 1280, xmin: -1280,
+ ymax: 1280, ymin: -1280,
strength: 10)