diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-12 19:03:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-12 19:03:29 -0300 |
commit | 7463eba6c59d567c04cda399d026517765d8c6d3 (patch) | |
tree | 4ce447c162f4f63981969c3346110e2daa70dad3 | |
parent | 94eeb51d20ced4a295ec7003fe06d8eaa2877368 (diff) | |
download | tools-7463eba6c59d567c04cda399d026517765d8c6d3.tar.gz tools-7463eba6c59d567c04cda399d026517765d8c6d3.tar.bz2 tools-7463eba6c59d567c04cda399d026517765d8c6d3.tar.xz tools-7463eba6c59d567c04cda399d026517765d8c6d3.zip |
Atlas are officially banned in Evolved >.>
-rwxr-xr-x | CI/testxml/testxml.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CI/testxml/testxml.py b/CI/testxml/testxml.py index c1afadd..32472b8 100755 --- a/CI/testxml/testxml.py +++ b/CI/testxml/testxml.py @@ -1586,8 +1586,8 @@ def testMap(mapName, file, path): tile.source = tile.source[3:] tilesMap[tile.firstGid] = tile - if mapName not in mapToAtlas: - showMsgFile(file, "map dont have atlas", True) + if mapName in mapToAtlas: + showMsgFile(file, "map have atlas", False) tileset = tileset0 |