-
Notifications
You must be signed in to change notification settings - Fork 15
Mirin Template Reference
ease {beat, len, ease_fn, [percent, mod]+, ?plr=, ?mode=, ?time=}
Eases a mod to a specific value.
The animation lasts len
beats, and animates using the selected ease_fn
.
If time=true
is set, then the first argument will be interpreted in seconds instead of beats.
If mode=true
is set, then the second argument will be interpreted as an absolute timestamp instead of a duration.
If plr=
is set to a number, the ease will only affect the specified player. If it is set to a table of numbers, the ease will only affect the specified players.
The x coordinate of the center of the screen, measured in game units.
@see SCREEN_CENTER_X
The y coordinate of the center of the screen, measured in game units.
@see SCREEN_CENTER_Y
The width of the screen, measured in game units.
@see SCREEN_WIDTH
The height of the screen, measured in game units.
@see SCREEN_HEIGHT
The width of the screen, measured in actual display pixels
The height of the screen, measured in actual display pixels
e="end"
It's obsolete and probably should be removed. (#73)
================== UNDOCUMENTED THINGS =================