summaryrefslogtreecommitdiff
path: root/Penguloon/Scenes/LevelSelectionScene.cs
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2017-12-28 22:13:21 +0100
committeraldrikboy <aldrikboy@gmail.com>2017-12-28 22:13:21 +0100
commita9adf4d4d52a9d42b885e2fc1dee9ea2f4451331 (patch)
tree2b331d41e008ab48c0680449fb3a598afa95494b /Penguloon/Scenes/LevelSelectionScene.cs
parentc8f1c363de7b41fe7d44e53628291e36bf630451 (diff)
zucc
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;