mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Changed: #1093 Move the visual_slot.tab to the right place after running sheets packer.
This commit is contained in:
parent
852e8e8f73
commit
7f229a1c0f
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