.
This commit is contained in:
parent
4a5d35e029
commit
b9553ed5c3
@ -49,7 +49,11 @@ for k,v in pairs(lines) do
|
||||
|
||||
xStr = string.sub(v, xStart, xEnd)
|
||||
yStr = string.sub(v, yStart, yEnd)
|
||||
print(tonumber(xStr) .. " " .. tonumber(yStr))
|
||||
|
||||
x = tonumber(xStr)
|
||||
y = tonumber(yStr)
|
||||
|
||||
print(x .. " " .. y)
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user