virtual TweenOffScreen
add TweenOnScreen. This only sends OnCommands, not XY, since it should be the inverse of TweenOffScreen (and eventually, maybe screens can simply play On/Off recursively).
This commit is contained in:
@@ -28,7 +28,8 @@ public:
|
||||
void StopTimer();
|
||||
void ResetTimer();
|
||||
|
||||
void TweenOffScreen();
|
||||
virtual void TweenOnScreen();
|
||||
virtual void TweenOffScreen();
|
||||
|
||||
//
|
||||
// Lua
|
||||
|
||||
Reference in New Issue
Block a user