0

Fancy icons for signposts and spawn, plus info windows for signposts

Thanks to gabrielcrowe for the signpost icon.
This commit is contained in:
Andrew Chin
2010-11-06 22:04:38 -04:00
parent 57a9e8123d
commit 16aca4c093
6 changed files with 51 additions and 8 deletions

View File

@@ -144,6 +144,10 @@ class QuadtreeGen(object):
if not os.path.exists(tileDir): os.mkdir(tileDir)
blank.save(os.path.join(tileDir, "blank."+self.imgformat))
# copy web assets into destdir:
for root, dirs, files in os.walk(os.path.join(util.get_program_path(), "web_assets")):
for f in files:
shutil.copy(os.path.join(root, f), self.destdir)
if skipjs:
return