mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-12 20:55:08 +00:00
44e70ddf1e
Beat action is now used to define one-off objects that is used by the beat but I don't wanna bother making a different script for. Example case: the "hit 3" sprite in Karate Man. Animation helpers for functions I don't wanna rewrite 100,000 times. General improvements for Karate Man, like prepare animation and some updates to game events.
9 lines
No EOL
170 B
C#
9 lines
No EOL
170 B
C#
namespace RhythmHeavenMania
|
|
{
|
|
public class GameEvent
|
|
{
|
|
public float length;
|
|
public float startBeat;
|
|
public float lastReportedBeat;
|
|
}
|
|
} |