added Character Setup (#511)
* added Character Setup * whoops * reverted unrelated changes * Made everything work post-rebase * Removed unused PreferencesChanged event * nope, don't need this * HumanoidProfileEditorPanel -> HumanoidProfileEditor * Set initial data for hair pickers * Fixed nullable warning * Renamed LooksComponent -> HumanoidAppearanceComponent * Renamed LooksComponentState -> HumanoidAppearanceComponentState * Final renaming maybe * Use a human-like dummy instead of a real human * Change preferences structs back to classes
This commit is contained in:
committed by
Pieter-Jan Briers
parent
d03da83fda
commit
a4e369e629
@@ -34,7 +34,7 @@
|
||||
public const uint ITEMCOOLDOWN = 1029;
|
||||
public const uint CARGO_ORDER_DATABASE = 1030;
|
||||
public const uint GALACTIC_MARKET = 1031;
|
||||
public const uint HAIR = 1032;
|
||||
public const uint HUMANOID_APPEARANCE = 1032;
|
||||
public const uint INSTRUMENTS = 1033;
|
||||
public const uint WELDER = 1034;
|
||||
public const uint STACK = 1035;
|
||||
|
||||
Reference in New Issue
Block a user