mirror of
https://git.haroon.hackclub.app/haroon/Battler-Generator.git
synced 2025-06-24 22:14:19 +00:00
Changed Names and Finalised new shop assets
This commit is contained in:
parent
4f85e54ba3
commit
577bb84f81
19 changed files with 3 additions and 2 deletions
5
types.ts
5
types.ts
|
@ -95,6 +95,7 @@ export enum Backs {
|
|||
export enum Necks {
|
||||
NeckChain = "Neck Chain",
|
||||
OneKChain = "1K Chain",
|
||||
PlaceholderText = "Placeholder Text",
|
||||
}
|
||||
|
||||
export enum Opponents {
|
||||
|
@ -171,8 +172,8 @@ export type GenerateBattlerOptions = {
|
|||
eye?: ColouredOpt<Eyes>;
|
||||
|
||||
hair?: ColouredOpt<Hair>;
|
||||
upperBottom?: ColouredOpt<UpperBottom>;
|
||||
upperTop?: ColouredOpt<UpperTop>;
|
||||
//upperBottom?: ColouredOpt<UpperBottom>;
|
||||
//upperTop?: ColouredOpt<UpperTop>;
|
||||
};
|
||||
|
||||
export enum PlayerActions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue