diff options
| author | lempamo <[email protected]> | 2017-10-20 16:35:53 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-20 16:35:53 -0400 |
| commit | 70c63256ccab2b3cfc6a0dc1b0591b26932a2d10 (patch) | |
| tree | 565afabbe71dc50d943f318647686f0d0152852a /Histacom2.Engine/Theme.cs | |
| parent | be4b7bf58fae3c0c430c25c5a110e8aa41b6b52c (diff) | |
| download | histacom2-70c63256ccab2b3cfc6a0dc1b0591b26932a2d10.tar.gz histacom2-70c63256ccab2b3cfc6a0dc1b0591b26932a2d10.tar.bz2 histacom2-70c63256ccab2b3cfc6a0dc1b0591b26932a2d10.zip | |
badxp start menu stuff
Diffstat (limited to 'Histacom2.Engine/Theme.cs')
| -rw-r--r-- | Histacom2.Engine/Theme.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Histacom2.Engine/Theme.cs b/Histacom2.Engine/Theme.cs index 2d4633f..fa3d334 100644 --- a/Histacom2.Engine/Theme.cs +++ b/Histacom2.Engine/Theme.cs @@ -166,4 +166,15 @@ namespace Histacom2.Engine themeName = "insidepc"; } } + + public class BadXPTheme: Theme + { + public BadXPTheme() + { + startSound = Properties.Resources.WinBadXPStart; + + defaultWallpaper = Properties.Resources.WinXPWallpaper; + themeName = "badxp"; + } + } } |
