NEW FEATURE: AutoSync status now shown during gameplay with icon
NEW FEATURE: added autogen icon to select music NEW FEATURE: toggle for easter eggs in Machine Options NEW FEATURE: marvelous step timing togglable in Machine Options NEW FEATURE: Grade AAAA (all marvelous) CHANGE: Only show ScreenHowToPlay if at least one player chose easy
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
class ActorFrame : public Actor
|
||||
{
|
||||
public:
|
||||
virtual void AddChild( Actor* pActor);
|
||||
virtual void AddChild( Actor* pActor );
|
||||
virtual void MoveToBack( Actor* pActor );
|
||||
virtual void MoveToFront( Actor* pActor );
|
||||
virtual ~ActorFrame() { }
|
||||
|
||||
virtual void Update( float fDeltaTime );
|
||||
|
||||
Reference in New Issue
Block a user