diff options
| author | lempamo <[email protected]> | 2017-07-14 11:29:30 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-14 11:29:30 -0500 |
| commit | d8adb912b065de9a4d8a4260915332946ac0d96d (patch) | |
| tree | faa9e4b447b2ddd60aaa3eee1047c42e1e260e25 /TimeHACK.Main/TitleScreen.cs | |
| parent | c579cf249977c9aa6abef79ef39c6d28960fea6c (diff) | |
| download | histacom2-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.cs | 1 |
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() |
