mirror of
https://github.com/DaInfLoop/Battler-Generator.git
synced 2024-11-09 23:59:56 +00:00
Edited code and finalised "This Message"
This commit is contained in:
parent
29df2ed9dd
commit
c0ef1d181c
Before Width: | Height: | Size: 288 KiB After Width: | Height: | Size: 288 KiB |
4
index.ts
4
index.ts
|
@ -154,6 +154,10 @@ const communityOpponents = {
|
||||||
[CommunityOpponents.Stik]: {
|
[CommunityOpponents.Stik]: {
|
||||||
text: "Stik",
|
text: "Stik",
|
||||||
colour: ["#FF0000", "#000000"]
|
colour: ["#FF0000", "#000000"]
|
||||||
|
},
|
||||||
|
[CommunityOpponents.ThisMessage]: {
|
||||||
|
text: "This Message",
|
||||||
|
colour: ["#000000", "#FFFFFF"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
3
types.ts
3
types.ts
|
@ -23,6 +23,7 @@ export enum Hats {
|
||||||
TrafficCone = "Traffic Cone",
|
TrafficCone = "Traffic Cone",
|
||||||
FirstPartyHat = "1st Party Hat",
|
FirstPartyHat = "1st Party Hat",
|
||||||
MasterTransceivers = "Master Transceivers",
|
MasterTransceivers = "Master Transceivers",
|
||||||
|
BuilderHelmet = "Builder Helmet",
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum Faces {
|
export enum Faces {
|
||||||
|
@ -77,6 +78,7 @@ export enum Buddies {
|
||||||
NoodleTheKitten = "Noodle the Kitten",
|
NoodleTheKitten = "Noodle the Kitten",
|
||||||
CakeDay = "Cake Day",
|
CakeDay = "Cake Day",
|
||||||
MasterOG = "Master OG",
|
MasterOG = "Master OG",
|
||||||
|
BattleBuilder = "Battle Builder",
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum Backs {
|
export enum Backs {
|
||||||
|
@ -132,6 +134,7 @@ export enum Opponents {
|
||||||
export enum CommunityOpponents {
|
export enum CommunityOpponents {
|
||||||
None = "None",
|
None = "None",
|
||||||
Stik = "Stik",
|
Stik = "Stik",
|
||||||
|
ThisMessage = "ThisMessage",
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum Hair {
|
export enum Hair {
|
||||||
|
|
Loading…
Reference in a new issue