diff options
author | SatoMew <SatoMew@users.noreply.github.com> | 2020-08-29 00:17:28 +0100 |
---|---|---|
committer | SatoMew <SatoMew@users.noreply.github.com> | 2020-08-29 00:17:28 +0100 |
commit | 2bf30e571aa8d7268250a845784098df4c30f531 (patch) | |
tree | 2378ea3077fe12b6eb3eb33c4e281a405c45dc97 /gfx.py | |
parent | e4f053e312b7cce44e2b4e9b8449f3e724dda0bc (diff) | |
parent | e9e60965a8ebe4939eb226832e21449c188d8e46 (diff) |
Resolved conflict caused by my changes.
Diffstat (limited to 'gfx.py')
-rw-r--r-- | gfx.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ import os import argparse -from tools import gfx, lz +from utils import gfx, lz # Graphics with inverted tilemaps that aren't covered by filepath_rules. |