nevermind
Code: Select all
if playerx < 300 + 19 and
playerx + 29 > 300 and
playery < 220 + 13 and
playery + 16 > 220 then
print "Collision!"
end
Code: Select all
if playerx < 300 + 19 and
playerx + 29 > 300 and
playery < 220 + 13 and
playery + 16 > 220 then
print "Collision!"
end