Skip to content

Commit ec2cae9

Browse files
authored
character editor Icon color wheel fix (#496)
* character Icon color wheel fix * better method lol (thank you lunar)
1 parent 18bd571 commit ec2cae9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/funkin/editors/character/CharacterInfoScreen.hx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ class CharacterInfoScreen extends UISubstateWindow {
7676
add(iconColorWheel);
7777
addLabelOn(iconColorWheel, "Icon Color");
7878

79+
if (character.iconColor != null)
80+
iconColorWheel.colorChanged = true;
81+
7982
add(title = new UIText(spriteTextBox.x, spriteTextBox.y + 10 + 46 + 84, 0, "Character Data", 28));
8083

8184
positionXStepper = new UINumericStepper(title.x, title.y + title.height + 36, character.globalOffset.x, 0.001, 2, null, null, 84);

0 commit comments

Comments
 (0)