Skip to content

Commit

Permalink
enlarged the chickens to be visible
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilhelm Chung committed Feb 10, 2009
1 parent a9a3fd7 commit ad804ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boid.lua
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ end

function Boid:draw()
love.graphics.draw(self.anim, self.position.x, self.position.y,
math.deg(self.velocity:ang()), 1)
math.deg(self.velocity:ang()), 1.5)
end

0 comments on commit ad804ff

Please sign in to comment.