mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Also serialise Origin
out
This commit is contained in:
@ -55,6 +55,7 @@ namespace osu.Game.Extensions
|
||||
component.Rotation = info.Rotation;
|
||||
component.Scale = info.Scale;
|
||||
component.Anchor = info.Anchor;
|
||||
component.Origin = info.Origin;
|
||||
|
||||
if (component is Container container)
|
||||
{
|
||||
|
Reference in New Issue
Block a user