Compare commits
No commits in common. "72c721d10d747e212853417480a1e01c70d110ef" and "55b5d934828a9e27ee2f32cc1a550f487e39b47d" have entirely different histories.
72c721d10d
...
55b5d93482
|
|
@ -1,3 +0,0 @@
|
|||
存放活动的资源
|
||||
|
||||
活动子关卡拼图psd_id编号从100000开始-149999(10万-14.9999万)
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
存放活动的资源
|
||||
|
||||
活动封面拼图psd_id编号从90000开始-99999(9万-9.9999万)
|
||||
|
|
@ -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] == 'entry':
|
||||
elif is_activity_main_psd and nArr[0] == 'dot':
|
||||
if len(nArr) != 4:
|
||||
log.append("活动子点位,命名错误:{}".format(item.name))
|
||||
elif is_activity_main_psd and nArr[0] == 'base':
|
||||
|
|
|
|||
Loading…
Reference in New Issue