mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-28 07:12:02 +01:00
@@ -1,5 +1,7 @@
|
||||
import functools
|
||||
import re
|
||||
import base64
|
||||
import zlib
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
@@ -10,7 +12,6 @@ import pytiled_parser.utilities as utilities
|
||||
|
||||
import xml.etree.ElementTree as etree
|
||||
|
||||
|
||||
def _decode_base64_data(data_text, compression, layer_width):
|
||||
tile_grid: List[List[int]] = [[]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user