Search found 2 matches

by Blank
Tue Sep 23, 2014 4:07 am
Forum: Support and Development
Topic: Making a "hitbox" follow the player?
Replies: 10
Views: 9153

Re: Making a "hitbox" follow the player?

I'm not too keen on how LUA works but this works in other languages. Couldn't you do--

Code: Select all

swordhitbox.x = player.x
swordhitbox.y = player.y
by Blank
Tue Sep 23, 2014 1:49 am
Forum: Support and Development
Topic: filesystem.load not working?
Replies: 2
Views: 3103

filesystem.load not working?

Hi there. My name is Blank, and I recently found LÖVE and I really thought it looked neat and simple, seeing as I have no past experience with LUA at all, and have only coded in GML. I am currently following a tutorial on youtube for LÖVE and I came across this problem with the code. I swear I have ...