Rendering player and tiles now works.

This commit is contained in:
2016-11-27 13:53:18 +02:00
parent 914ae0de0d
commit 8173937797
35 changed files with 1160 additions and 230 deletions

View File

@ -113,6 +113,9 @@ if __name__ == '__main__':
RdirPrefix += "_"
for f in files:
if (f[0] == '.'):
continue
# Append to R
fResName = RdirPrefix + capitalize(os.path.splitext(f)[0])
r += " {0} = {1},\n".format(fResName, assetId)