hook anchors. player animation fixed.
This commit is contained in:
@@ -28,7 +28,6 @@ function ExportLevel(levelname, filename)
|
||||
local rows = #LevelTiles
|
||||
for i = 1, #LevelTiles do
|
||||
exportFile:write("\n { ")
|
||||
logPrint(" - Row "..i.."/"..rows.." "..math.floor(100*((i-1)*100/rows))/100 .."%")
|
||||
for j = 1, #LevelTiles[i] do
|
||||
if j ~= 1 then
|
||||
exportFile:write(", ")
|
||||
@@ -39,8 +38,8 @@ function ExportLevel(levelname, filename)
|
||||
if i ~= #LevelTiles then
|
||||
exportFile:write(", ")
|
||||
end
|
||||
logPrint(" - Row "..i.."/"..rows.." "..math.floor(100*((i-1)*100/rows))/100 .."%")
|
||||
end
|
||||
logPrint(" - All rows 100%")
|
||||
exportFile:write("\n },")
|
||||
|
||||
logPrint("- objects")
|
||||
|
||||
Reference in New Issue
Block a user