Compare commits

...

7 commits

Author SHA1 Message Date
Eddie Annor e5925c9764
BATTLE BUILDER BUDDY TOO 2024-08-22 13:53:09 +01:00
Eddie Annor 797dd24571
Actually changed the names of the Builder Helmet 2024-08-22 13:52:30 +01:00
Eddie Annor c0ef1d181c
Edited code and finalised "This Message" 2024-08-22 13:17:08 +01:00
Eddie Annor 29df2ed9dd
Uploaded Universe Chat Maps 2024-08-22 13:13:13 +01:00
Eddie Annor 34232e5878
Uploaded This Message VS Screen 2024-08-22 13:12:45 +01:00
Eddie Annor b0aedaa2d4
Uploaded Builder Helmet 2024-08-22 13:10:43 +01:00
Eddie Annor c2c2305d67
Uploaded Battle Builder Buddy 2024-08-22 13:09:44 +01:00
15 changed files with 7 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View file

@ -154,6 +154,10 @@ const communityOpponents = {
[CommunityOpponents.Stik]: {
text: "Stik",
colour: ["#FF0000", "#000000"]
},
[CommunityOpponents.ThisMessage]: {
text: "This Message",
colour: ["#000000", "#FFFFFF"]
}
}

View file

@ -23,6 +23,7 @@ export enum Hats {
TrafficCone = "Traffic Cone",
FirstPartyHat = "1st Party Hat",
MasterTransceivers = "Master Transceivers",
BuilderHelmet = "Builder Helmet",
}
export enum Faces {
@ -77,6 +78,7 @@ export enum Buddies {
NoodleTheKitten = "Noodle the Kitten",
CakeDay = "Cake Day",
MasterOG = "Master OG",
BattleBuilder = "Battle Builder",
}
export enum Backs {
@ -132,6 +134,7 @@ export enum Opponents {
export enum CommunityOpponents {
None = "None",
Stik = "Stik",
ThisMessage = "ThisMessage",
}
export enum Hair {