fix crash when spaces are in puzzle pack name

This commit is contained in:
2022-08-19 21:18:28 +00:00
parent 6533fa77d2
commit b5284f99ae
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
package;
using StringTools;
import flash.display.BitmapData;
import haxe.io.Path;
import flixel.FlxG;