Changed Names and Finalised new shop assets
Before Width: | Height: | Size: 311 KiB After Width: | Height: | Size: 311 KiB |
Before Width: | Height: | Size: 311 KiB After Width: | Height: | Size: 311 KiB |
Before Width: | Height: | Size: 311 KiB After Width: | Height: | Size: 311 KiB |
Before Width: | Height: | Size: 345 KiB After Width: | Height: | Size: 345 KiB |
Before Width: | Height: | Size: 304 KiB After Width: | Height: | Size: 304 KiB |
Before Width: | Height: | Size: 349 KiB After Width: | Height: | Size: 349 KiB |
Before Width: | Height: | Size: 311 KiB After Width: | Height: | Size: 311 KiB |
Before Width: | Height: | Size: 306 KiB After Width: | Height: | Size: 306 KiB |
Before Width: | Height: | Size: 305 KiB After Width: | Height: | Size: 305 KiB |
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 107 KiB |
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 91 KiB |
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 99 KiB |
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 97 KiB |
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
5
types.ts
|
@ -95,6 +95,7 @@ export enum Backs {
|
||||||
export enum Necks {
|
export enum Necks {
|
||||||
NeckChain = "Neck Chain",
|
NeckChain = "Neck Chain",
|
||||||
OneKChain = "1K Chain",
|
OneKChain = "1K Chain",
|
||||||
|
PlaceholderText = "Placeholder Text",
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum Opponents {
|
export enum Opponents {
|
||||||
|
@ -171,8 +172,8 @@ export type GenerateBattlerOptions = {
|
||||||
eye?: ColouredOpt<Eyes>;
|
eye?: ColouredOpt<Eyes>;
|
||||||
|
|
||||||
hair?: ColouredOpt<Hair>;
|
hair?: ColouredOpt<Hair>;
|
||||||
upperBottom?: ColouredOpt<UpperBottom>;
|
//upperBottom?: ColouredOpt<UpperBottom>;
|
||||||
upperTop?: ColouredOpt<UpperTop>;
|
//upperTop?: ColouredOpt<UpperTop>;
|
||||||
};
|
};
|
||||||
|
|
||||||
export enum PlayerActions {
|
export enum PlayerActions {
|
||||||
|
|