完成开箱抽卡 和 怪物掉落设置
This commit is contained in:
@@ -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",
|
||||
};
|
||||
Reference in New Issue
Block a user