mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Add serialization support via SkinnableInfo
This commit is contained in:
@ -60,6 +60,7 @@ namespace osu.Game.Extensions
|
||||
component.Scale = info.Scale;
|
||||
component.Anchor = info.Anchor;
|
||||
component.Origin = info.Origin;
|
||||
component.IsUsingClosestAnchor().Value = !info.IsNotUsingClosestAnchor;
|
||||
|
||||
if (component is Container container)
|
||||
{
|
||||
|
Reference in New Issue
Block a user