background colour fading

- also allows fading of shadow and background texture colours
This commit is contained in:
minenice55
2022-08-06 19:15:44 -04:00
parent 2d4af47609
commit c4693eb093
4 changed files with 141 additions and 69 deletions

View File

@ -125,6 +125,8 @@ namespace HeavenStudio.Games.Scripts_KarateMan
Jukebox.PlayOneShotGame("karateman/swingKick", forcePlay: true);
}
}
UpdateShadowColour();
}
public bool Punch(int forceHand = 0)