完成开箱抽卡 和 怪物掉落设置

This commit is contained in:
2025-01-19 23:43:14 +08:00
parent cebf09a58c
commit d756516cc6
30 changed files with 51192 additions and 38040 deletions

View File

@@ -55,6 +55,10 @@ export enum GameSet {
}
export const ColorSet: { [key: string]: string } = {
RED: "ff364d",
BLUE: "04b0f5",
YELLOW: "fed64f"
BLUE: "2CBEFF",
BLUE2: "00A8FF",
YELLOW: "E0C300" ,
YELLOW2: "DBAD00" ,
GREEN:"83CE00",
GREEN2:"17A047",
};