From b34806ab44e785daee71f86ee8f6db326d6051d6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 9 Feb 2019 11:14:24 -0200 Subject: More tolerant margins (this keeps the bug, I just want to shut up pipeline) --- hercules/tmx_converter.py | 4 ++++ testxml/testxml.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/hercules/tmx_converter.py b/hercules/tmx_converter.py index 86e75bb..7c68446 100755 --- a/hercules/tmx_converter.py +++ b/hercules/tmx_converter.py @@ -1,6 +1,10 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- +## TMW2 Script +## Modified by Jesusalva for Moubootaur Legends +################################################### + ## tmx_converter.py - Extract walkmap, warp, and spawn information from maps. ## ## Copyright © 2012 Ben Longbons diff --git a/testxml/testxml.py b/testxml/testxml.py index aff8b1a..5232eae 100755 --- a/testxml/testxml.py +++ b/testxml/testxml.py @@ -43,7 +43,7 @@ errors = 0 warnings = 0 errDict = set() safeDye = False -borderSize = 18 # Original 14 +borderSize = 16 # Required 18 # Original 14 colorsList = set() showAll = False silent = False -- cgit v1.2.3-70-g09d2