summaryrefslogtreecommitdiffhomepage
path: root/app/components/rules/bounds.rb
blob: 7b0c86e54b943dfe68352f65b783a5b697f62023 (plain)
1
2
3
4
5

FF::Cmp.new('BoidBounds',
            xmax: 1280, xmin: -1280,
            ymax: 1280, ymin: -1280,
            strength: 10)