mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Update to latest framework version.
This commit is contained in:
@ -13,6 +13,7 @@ using osu.Framework.Graphics.Containers;
|
||||
using osu.Framework.Graphics.Drawables;
|
||||
using osu.Framework.Graphics.Sprites;
|
||||
using osu.Game.Graphics.Containers;
|
||||
using OpenTK;
|
||||
|
||||
namespace osu.Game.GameModes
|
||||
{
|
||||
@ -36,7 +37,7 @@ namespace osu.Game.GameModes
|
||||
SpriteText text = new SpriteText()
|
||||
{
|
||||
Text = $@"Font testy at size {i}",
|
||||
Scale = i
|
||||
Scale = new Vector2(i)
|
||||
};
|
||||
|
||||
flow.Add(text);
|
||||
|
Reference in New Issue
Block a user