From 70c63256ccab2b3cfc6a0dc1b0591b26932a2d10 Mon Sep 17 00:00:00 2001 From: lempamo Date: Fri, 20 Oct 2017 16:35:53 -0400 Subject: badxp start menu stuff --- Histacom2.Engine/Theme.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Histacom2.Engine/Theme.cs') 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"; + } + } } -- cgit v1.2.3