aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/TitleScreen.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-14 11:29:30 -0500
committerlempamo <[email protected]>2017-07-14 11:29:30 -0500
commitd8adb912b065de9a4d8a4260915332946ac0d96d (patch)
treefaa9e4b447b2ddd60aaa3eee1047c42e1e260e25 /TimeHACK.Main/TitleScreen.cs
parentc579cf249977c9aa6abef79ef39c6d28960fea6c (diff)
downloadhistacom2-d8adb912b065de9a4d8a4260915332946ac0d96d.tar.gz
histacom2-d8adb912b065de9a4d8a4260915332946ac0d96d.tar.bz2
histacom2-d8adb912b065de9a4d8a4260915332946ac0d96d.zip
did things
Diffstat (limited to 'TimeHACK.Main/TitleScreen.cs')
-rw-r--r--TimeHACK.Main/TitleScreen.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/TimeHACK.Main/TitleScreen.cs b/TimeHACK.Main/TitleScreen.cs
index d13fd90..757c5ab 100644
--- a/TimeHACK.Main/TitleScreen.cs
+++ b/TimeHACK.Main/TitleScreen.cs
@@ -46,6 +46,7 @@ namespace TimeHACK
public TitleScreen()
{
InitializeComponent();
+ this.startmenu.Paint += (sender, args) => Engine.Paintbrush.PaintClassicBorders(sender, args, 2);
}
public void StartGame()