mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-21 19:31:52 -04:00
Merge b9de26d5c8
into d31ef12363
This commit is contained in:
commit
68012a3868
3 changed files with 38 additions and 2 deletions
source/funkin/play/event
|
@ -218,9 +218,21 @@ class FocusCameraSongEvent extends SongEvent
|
|||
'Smooth Step In' => 'smoothStepIn',
|
||||
'Smooth Step Out' => 'smoothStepOut',
|
||||
'Smooth Step In/Out' => 'smoothStepInOut',
|
||||
'Smoother Step In' => 'smootherStepIn',
|
||||
'Smoother Step Out' => 'smootherStepOut',
|
||||
'Smoother Step In/Out' => 'smootherStepInOut',
|
||||
'Elastic In' => 'elasticIn',
|
||||
'Elastic Out' => 'elasticOut',
|
||||
'Elastic In/Out' => 'elasticInOut',
|
||||
'Back In' => 'backIn',
|
||||
'Back Out' => 'backOut',
|
||||
'Back In/Out' => 'backInOut',
|
||||
'Bounce In' => 'bounceIn',
|
||||
'Bounce Out' => 'bounceOut',
|
||||
'Bounce In/Out' => 'bounceInOut',
|
||||
'Circ In' => 'circIn',
|
||||
'Circ Out' => 'circOut',
|
||||
'Circ In/Out' => 'circInOut',
|
||||
'Instant (Ignores duration)' => 'INSTANT',
|
||||
'Classic (Ignores duration)' => 'CLASSIC'
|
||||
]
|
||||
|
|
|
@ -149,9 +149,21 @@ class ScrollSpeedEvent extends SongEvent
|
|||
'Smooth Step In' => 'smoothStepIn',
|
||||
'Smooth Step Out' => 'smoothStepOut',
|
||||
'Smooth Step In/Out' => 'smoothStepInOut',
|
||||
'Smoother Step In' => 'smootherStepIn',
|
||||
'Smoother Step Out' => 'smootherStepOut',
|
||||
'Smoother Step In/Out' => 'smootherStepInOut',
|
||||
'Elastic In' => 'elasticIn',
|
||||
'Elastic Out' => 'elasticOut',
|
||||
'Elastic In/Out' => 'elasticInOut'
|
||||
'Elastic In/Out' => 'elasticInOut',
|
||||
'Back In' => 'backIn',
|
||||
'Back Out' => 'backOut',
|
||||
'Back In/Out' => 'backInOut',
|
||||
'Bounce In' => 'bounceIn',
|
||||
'Bounce Out' => 'bounceOut',
|
||||
'Bounce In/Out' => 'bounceInOut',
|
||||
'Circ In' => 'circIn',
|
||||
'Circ Out' => 'circOut',
|
||||
'Circ In/Out' => 'circInOut'
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -158,9 +158,21 @@ class ZoomCameraSongEvent extends SongEvent
|
|||
'Smooth Step In' => 'smoothStepIn',
|
||||
'Smooth Step Out' => 'smoothStepOut',
|
||||
'Smooth Step In/Out' => 'smoothStepInOut',
|
||||
'Smoother Step In' => 'smootherStepIn',
|
||||
'Smoother Step Out' => 'smootherStepOut',
|
||||
'Smoother Step In/Out' => 'smootherStepInOut',
|
||||
'Elastic In' => 'elasticIn',
|
||||
'Elastic Out' => 'elasticOut',
|
||||
'Elastic In/Out' => 'elasticInOut'
|
||||
'Elastic In/Out' => 'elasticInOut',
|
||||
'Back In' => 'backIn',
|
||||
'Back Out' => 'backOut',
|
||||
'Back In/Out' => 'backInOut',
|
||||
'Bounce In' => 'bounceIn',
|
||||
'Bounce Out' => 'bounceOut',
|
||||
'Bounce In/Out' => 'bounceInOut',
|
||||
'Circ In' => 'circIn',
|
||||
'Circ Out' => 'circOut',
|
||||
'Circ In/Out' => 'circInOut'
|
||||
]
|
||||
}
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue