1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 17:47:29 +08:00
osu-lazer/osu.Game/Storyboards/Drawables
Dean Herbert a7e262627f Fix DrawableStoryboardAnimation not specifying sizing correctly
Usually this would be handled by `TextureAnimation`, but because we are
inheriting from `DrawableAnimation` here for reasons, we needed to
implement this ourselves. Follows the implementation in
`TextureAnimation`.
2022-04-07 15:18:55 +09:00
..
DrawablesExtensions.cs Update framework 2019-08-21 13:29:50 +09:00
DrawableStoryboard.cs Make mods argument optional for storyboard construction 2022-03-04 12:05:02 +09:00
DrawableStoryboardAnimation.cs Fix DrawableStoryboardAnimation not specifying sizing correctly 2022-04-07 15:18:55 +09:00
DrawableStoryboardLayer.cs Bypass 640x480 coordinate space for video storyboard elements 2021-05-25 16:17:29 +09:00
DrawableStoryboardSample.cs Fix storyboard samples rate not adjusted from actual gameplay mods 2022-03-02 20:56:18 +03:00
DrawableStoryboardSprite.cs Update DrawableStoryboardSprite to use helper method 2022-03-14 06:30:54 +03:00
DrawableStoryboardVideo.cs Move StoragePath implementation to an extension method 2021-11-19 16:08:38 +09:00
IFlippable.cs Fix storyboard vectorscale and scale cross-pollution 2019-12-18 17:21:38 +09:00
IVectorScalable.cs Fix storyboard vectorscale and scale cross-pollution 2019-12-18 17:21:38 +09:00