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