mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-14 11:19:07 +00:00
Changed: #1093 Move the visual_slot.tab to the right place after running sheets packer.
This commit is contained in:
parent
c9de569fbd
commit
1627939560
2 changed files with 3 additions and 1 deletions
|
@ -77,6 +77,8 @@ else:
|
||||||
cf.write("\n")
|
cf.write("\n")
|
||||||
cf.close()
|
cf.close()
|
||||||
subprocess.call([ SheetsPacker ])
|
subprocess.call([ SheetsPacker ])
|
||||||
|
copyFileIfNeeded(log, "visual_slot.tab", DataCommonDirectory + "/visual_slot.tab")
|
||||||
|
os.remove("visual_slot.tab")
|
||||||
printLog(log, "")
|
printLog(log, "")
|
||||||
|
|
||||||
log.close()
|
log.close()
|
||||||
|
|
|
@ -44,8 +44,8 @@ ProjectsToProcess += [ "common/characters_maps_hr" ]
|
||||||
# Common client data and leveldesign projects
|
# Common client data and leveldesign projects
|
||||||
ProjectsToProcess += [ "common/fonts" ]
|
ProjectsToProcess += [ "common/fonts" ]
|
||||||
ProjectsToProcess += [ "common/gamedev" ]
|
ProjectsToProcess += [ "common/gamedev" ]
|
||||||
ProjectsToProcess += [ "common/data_common" ]
|
|
||||||
ProjectsToProcess += [ "common/leveldesign" ]
|
ProjectsToProcess += [ "common/leveldesign" ]
|
||||||
|
ProjectsToProcess += [ "common/data_common" ]
|
||||||
ProjectsToProcess += [ "common/exedll" ]
|
ProjectsToProcess += [ "common/exedll" ]
|
||||||
ProjectsToProcess += [ "common/cfg" ]
|
ProjectsToProcess += [ "common/cfg" ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue