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