Skip to content

Commit

Permalink
Added long hair!
Browse files Browse the repository at this point in the history
  • Loading branch information
PandaLegend committed Nov 25, 2023
1 parent 6a5b49c commit 984f2a4
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file added assets/playerCustom/hair/longBlack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/playerCustom/hair/longBlonde.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/playerCustom/hair/longBrown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/playerCustom/hair/longGinger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/playerCustom/hair/longWhite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8403,7 +8403,7 @@ Game.loadDefaultImages = function () {
break;
}
let skinTone = ["humanLight1", "orcGreen1", "orcOrange1", "humanDark1", "humanLight2", "orcGreen2", "orcOrange2", "humanDark2", "elfLight1", "elfLight2", "elfDark2", "elfDark1",];
let hair = ["CurlyBlonde", "CurlyBrown", "CurlyGinger", "CurlyWhite","CurlyBlack","LongMessyBlonde","LongMessyBrown","LongMessyGinger","LongMessyBlack","LongMessyWhite", "gingerPonytail", "brownPonytail", "blackPonytail", "whitePonytail", "blondePonytail", "shortBrown", "shortBlack", "shortBlonde", "shortWhite", "shortGinger"];
let hair = ["CurlyBlonde", "CurlyBrown", "CurlyGinger", "CurlyWhite","CurlyBlack","LongMessyBlonde","LongMessyBrown","LongMessyGinger","LongMessyBlack","LongMessyWhite", "gingerPonytail", "brownPonytail", "blackPonytail", "whitePonytail", "blondePonytail", "shortBrown", "shortBlack", "shortBlonde", "shortWhite", "shortGinger", "longBrown", "longBlack", "longBlonde", "longWhite", "longGinger"];
let hat = ["archaeologistHat", "null"];


Expand Down

0 comments on commit 984f2a4

Please sign in to comment.