General discussion about LÖVE, Lua, game development, puns, and unicorns.
-
BlackBulletIV
- Inner party member
- Posts: 1261
- Joined: Wed Dec 29, 2010 8:19 pm
- Location: Queensland, Australia
-
Contact:
Post
by BlackBulletIV »
And also the createEnemy() function is made pretty pointless. You could just these forms:
Code: Select all
Enemy(x1, x2, y1, y2) -- or...
Enemy:new(x1, x2, y1, y2)
Users browsing this forum: No registered users and 1 guest