mirror of
https://github.com/osukey/osukey.git
synced 2025-06-26 21:58:04 +09:00
wip
This commit is contained in:
parent
d6c3f66161
commit
cad3555914
@ -71,7 +71,7 @@ namespace osu.Game.Screens.Misskey
|
|||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Size = new Vector2(500f, 50f),
|
Size = new Vector2(1f, 50f),
|
||||||
Text = "MisskeyInstanceSelect",
|
Text = "MisskeyInstanceSelect",
|
||||||
Action = () => this.Push(new MisskeyInstanceSelect())
|
Action = () => this.Push(new MisskeyInstanceSelect())
|
||||||
},
|
},
|
||||||
@ -79,7 +79,7 @@ namespace osu.Game.Screens.Misskey
|
|||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Size = new Vector2(500f, 50f),
|
Size = new Vector2(1f, 50f),
|
||||||
Text = "Welcome",
|
Text = "Welcome",
|
||||||
Action = () => this.Push(new Welcome())
|
Action = () => this.Push(new Welcome())
|
||||||
},
|
},
|
||||||
@ -87,7 +87,7 @@ namespace osu.Game.Screens.Misskey
|
|||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Size = new Vector2(500f, 50f),
|
Size = new Vector2(1f, 50f),
|
||||||
Text = "Components",
|
Text = "Components",
|
||||||
Action = () => this.Push(new MisskeyComponents())
|
Action = () => this.Push(new MisskeyComponents())
|
||||||
},
|
},
|
||||||
@ -95,7 +95,7 @@ namespace osu.Game.Screens.Misskey
|
|||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Size = new Vector2(500f, 50f),
|
Size = new Vector2(1f, 50f),
|
||||||
Text = "MisskeyLogin",
|
Text = "MisskeyLogin",
|
||||||
Action = () => this.Push(new MisskeyLogin())
|
Action = () => this.Push(new MisskeyLogin())
|
||||||
},
|
},
|
||||||
@ -103,7 +103,7 @@ namespace osu.Game.Screens.Misskey
|
|||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Size = new Vector2(500f, 50f),
|
Size = new Vector2(1f, 50f),
|
||||||
Text = "Timeline",
|
Text = "Timeline",
|
||||||
Action = () => this.Push(new Timeline())
|
Action = () => this.Push(new Timeline())
|
||||||
},
|
},
|
||||||
@ -111,7 +111,7 @@ namespace osu.Game.Screens.Misskey
|
|||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Size = new Vector2(500f, 50f),
|
Size = new Vector2(1f, 50f),
|
||||||
Text = "MisskeyPost",
|
Text = "MisskeyPost",
|
||||||
Action = () => this.Push(new MisskeyPost())
|
Action = () => this.Push(new MisskeyPost())
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user