in generated export string, use structure name which is based on the name of the input file
This commit is contained in:
@@ -69,7 +69,7 @@ struct
|
||||
val squares = LayerTree.flatten (maxSide, layerTree)
|
||||
|
||||
val exportString =
|
||||
CollisionTree.toExportString (squares, canvasWidth, canvasHeight)
|
||||
CollisionTree.toExportString (squares, canvasWidth, canvasHeight, openFilePath)
|
||||
val msg = EXPORT_SQUARES {output = exportString, filepath = openFilePath}
|
||||
in
|
||||
(model, [FILE msg])
|
||||
|
||||
Reference in New Issue
Block a user