Rendering player and tiles now works.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user