Add customizable fur patterns

This commit is contained in:
Alexander Sellite 2026-08-12 16:29:58 -04:00
parent 9729c278dc
commit 1940ae13e5
21 changed files with 705 additions and 49 deletions

View file

@ -56,6 +56,10 @@ static func signature_fields(data: Dictionary) -> Array:
)
),
str(appearance.get("fur_pattern", "")),
str(appearance.get("fur_style", "")),
str(appearance.get("fur_color_2", "")),
str(appearance.get("fur_color_3", "")),
str(appearance.get("fur_color_4", "")),
str(appearance.get("ears", "")),
str(appearance.get("eyes", "")),
str(appearance.get("nose", "")),

View file

@ -268,6 +268,10 @@ static func client_profile_fields(data: Dictionary) -> Array:
)
),
str(appearance.get("fur_pattern", "")),
str(appearance.get("fur_style", "")),
str(appearance.get("fur_color_2", "")),
str(appearance.get("fur_color_3", "")),
str(appearance.get("fur_color_4", "")),
str(appearance.get("ears", "")),
str(appearance.get("eyes", "")),
str(appearance.get("nose", "")),