Added back everything missing from the code

This commit is contained in:
Eddie Annor 2024-06-18 10:49:59 +01:00 committed by GitHub
parent 1eeccf771a
commit bd2a606c55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 4 deletions

1
assets/hair/abc.txt Normal file
View file

@ -0,0 +1 @@
FFS.

View file

@ -18,6 +18,7 @@ export enum Hats {
TopHat = "Top Hat", TopHat = "Top Hat",
BackCap = "Back Cap", BackCap = "Back Cap",
TheItem = "The Item", TheItem = "The Item",
TrafficCone = "Traffic Cone",
} }
export enum Faces { export enum Faces {
@ -34,19 +35,22 @@ export enum Eyes {
Excited = "Excited", Excited = "Excited",
Dizzy = "Dizzy", Dizzy = "Dizzy",
Worried = "Worried", Worried = "Worried",
Dead = "Dead",
} }
export enum Tops { export enum Tops {
Sash = "Sash", Sash = "Sash",
SideCloak = "Side Cloak", SideCloak = "Side Cloak",
BizznizzTie = "Bizznizz Tie", BizznizzTie = "Bizznizz Tie",
HouseVibeHoodie = "House Vibe Hoo", HouseVibeHoodie = "House Vibe Hoodie",
CasualBelt = "Casual Belt",
} }
export enum Bottoms { export enum Bottoms {
KneePads = "Knee Pads", KneePads = "Knee Pads",
Skirt = "Skirt", Skirt = "Skirt",
BattlerDrip = "Battler Drip", BattlerDrip = "Battler Drip",
SupportBoots = "Support Boots",
} }
export enum Buddies { export enum Buddies {
@ -77,6 +81,7 @@ export enum Backs {
BattleScythe = "Battle Scythe", BattleScythe = "Battle Scythe",
BattleSpear = "Battle Spear", BattleSpear = "Battle Spear",
THEFIRE = "THE FIRE", THEFIRE = "THE FIRE",
GracefulWings = "Graceful Wings",
} }
export enum Necks { export enum Necks {
@ -121,10 +126,13 @@ export enum Opponents {
export enum Hair { export enum Hair {
BeginnerSpikes = "Beginner Spikes", BeginnerSpikes = "Beginner Spikes",
CasualFro = "Casual Fro", CasualFro = "Casual Fro",
ProCut = "Pro Cut", ProfessionalCut = "Pro Cut",
SpecialHair = "Special Hair", SpeciallyLong = "Specially Long",
SupportShort = "Support Short", SupportShort = "Support Short",
BuilderTails = "Builder Tails", BuilderTwintails = "Builder Twintails",
BuddyCut = "Buddy Cut",
SimpleFringe = "Simple Fringe",
SuperSlick = "Super Slick",
} }
export enum UpperBottom {} export enum UpperBottom {}