funny stuff

This commit is contained in:
Kade M
2021-07-11 19:00:46 -07:00
parent d6d3bb340f
commit 361555cfa3
2 changed files with 68 additions and 15 deletions

View File

@ -218,8 +218,12 @@ class Note extends FlxSprite
angle = modAngle + localAngle;
if (!modifiedByLua)
{
if (!sustainActive)
alpha = 0.4;
{
alpha = 0.3;
}
}
if (mustPress)
{