FIX: All bug in Custom Enemy, UPDATE: Add specical main skill, optimaze ui in custom enemy
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m39s
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m39s
This commit is contained in:
@@ -161,7 +161,8 @@ export const traceButtonsInfo: Record<string, { id: string, size: string, left:
|
||||
{ id: 'Point15', size: 'small', left: '65%', top: '82%' },
|
||||
{ id: 'Point09', size: 'small', left: '9%', top: '51%' },
|
||||
{ id: 'Point10', size: 'small', left: '13%', top: '40%' },
|
||||
{ id: 'Point11', size: 'small', left: '13%', top: '63%' }
|
||||
{ id: 'Point11', size: 'small', left: '13%', top: '63%' },
|
||||
{ id: 'Point21', size: 'big', left: '70%', top: '34%'}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1008,6 +1009,14 @@ export const traceShowCaseMap : Record<string, Record<string, { id: string, size
|
||||
size: "big-memory",
|
||||
isLink: false
|
||||
}
|
||||
],
|
||||
|
||||
"6": [
|
||||
{
|
||||
id: "Point21",
|
||||
size: "big",
|
||||
isLink: false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user