summaryrefslogtreecommitdiff
path: root/Penguloon/Scenes/LevelSelectionScene.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Penguloon/Scenes/LevelSelectionScene.cs')
-rw-r--r--Penguloon/Scenes/LevelSelectionScene.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Penguloon/Scenes/LevelSelectionScene.cs b/Penguloon/Scenes/LevelSelectionScene.cs
index dbc6601..68f71ca 100644
--- a/Penguloon/Scenes/LevelSelectionScene.cs
+++ b/Penguloon/Scenes/LevelSelectionScene.cs
@@ -14,7 +14,7 @@ namespace Penguloon.Scenes
public override void CreateControls()
{
Button btnBack = new Button(this,
- new Vector2(10, 10),
+ new Vector2(50, 50),
StaticUIValues.MenuButtonSize, Main.Resources.GetString(Resource.String.LevelSelectionBack));
btnBack.OnClick += BtnStart_OnClick;