summaryrefslogtreecommitdiff
path: root/Penguloon/Scenes
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2018-01-18 11:04:53 +0100
committeraldrikboy <aldrikboy@gmail.com>2018-01-18 11:04:53 +0100
commit2cb22a74aed80e2cce68f16b0821a690c7c05b7a (patch)
tree6a7a254662ebf795358d971f271e7a7f41484bb6 /Penguloon/Scenes
parentaa6972a5d052d1f57dfda3dadb79fcd5d8ded30b (diff)
new levels, auto round start
Diffstat (limited to 'Penguloon/Scenes')
-rw-r--r--Penguloon/Scenes/MenuScene.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Penguloon/Scenes/MenuScene.cs b/Penguloon/Scenes/MenuScene.cs
index b8cbc78..44502ba 100644
--- a/Penguloon/Scenes/MenuScene.cs
+++ b/Penguloon/Scenes/MenuScene.cs
@@ -44,6 +44,8 @@ namespace Penguloon.Scenes
Controls.Add(btnCredits);
Controls.Add(BtnMute);
//Controls.Add(btnSupport);
+
+
}
private void BtnSupport_OnClick(object sender, ClickArgs e)