We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f3c72 commit 056b599Copy full SHA for 056b599
.hxpkg
@@ -25,8 +25,8 @@
25
},
26
{
27
"name": "flixel-controls",
28
- "link": "https://github.com/TechnikTil/FlxControls",
29
- "branch": "058538d1a80de56a0c84521b81ba87f5649f6b5a"
+ "link": "https://github.com/Geokureli/FlxControls",
+ "branch": "aa6aa1e8bf50c071907f3282696685ce60418725"
30
31
32
"name": "flxanimate",
src/funkin/objects/ui/freeplay/FreeplayCapsule.hx
@@ -55,9 +55,9 @@ class FreeplayCapsule extends FlxSpriteGroup
55
56
capsuleText.text = name;
57
58
- icon.visible = (icon != null);
+ icon.visible = (iconID != null);
59
60
- if (icon != null)
+ if (iconID != null)
61
icon.setCharacter(iconID);
62
}
63
0 commit comments