Code: Select all
local l = line.new(self.x, self.y, px, py)
local nx, ny = l()
if not nx then return end
Moderator: Moderator
Code: Select all
local l = line.new(self.x, self.y, px, py)
local nx, ny = l()
if not nx then return end
<DarkGod> lets say it's intended