Add customizable fur patterns
This commit is contained in:
parent
9729c278dc
commit
1940ae13e5
21 changed files with 705 additions and 49 deletions
|
|
@ -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", "")),
|
||||
|
|
|
|||
|
|
@ -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", "")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue