添加活动占位README

main
程祎 2023-11-01 14:32:05 +08:00
parent 063a08a967
commit ba9463d7d2
3 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,3 @@
存放活动的资源
活动子关卡拼图psd_id编号从100000开始-14999910万-14.9999万)

View File

@ -0,0 +1,3 @@
存放活动的资源
活动封面拼图psd_id编号从90000开始-99999(9万-9.9999万)

View File

@ -94,7 +94,7 @@ def parse_psd(path):
auto_stages[nArr[1]].append(nArr[2])
elif nArr[0] == 'thumbnail' or nArr[0] == 'role' or nArr[0] == 'rptmp':
pass
elif is_activity_main_psd and nArr[0] == 'dot':
elif is_activity_main_psd and nArr[0] == 'entry':
if len(nArr) != 4:
log.append("活动子点位,命名错误:{}".format(item.name))
elif is_activity_main_psd and nArr[0] == 'base':