aboutsummaryrefslogtreecommitdiff
path: root/Histacom2.Engine/Theme.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Histacom2.Engine/Theme.cs')
-rw-r--r--Histacom2.Engine/Theme.cs11
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";
+ }
+ }
}