aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine/Theme.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-05 18:41:55 -0400
committerlempamo <[email protected]>2017-07-05 18:41:55 -0400
commit497b5cf0971964c7dac407cb97b695d28be0c90d (patch)
tree23fb10b6a8c698bc5d6381ef9fd6bf0e8139c0c9 /TimeHACK.Engine/Theme.cs
parentfa18e32a23d001d75afdc550742eeb89e1608328 (diff)
downloadhistacom2-497b5cf0971964c7dac407cb97b695d28be0c90d.tar.gz
histacom2-497b5cf0971964c7dac407cb97b695d28be0c90d.tar.bz2
histacom2-497b5cf0971964c7dac407cb97b695d28be0c90d.zip
Added "Inside Your Computer" Theme
Diffstat (limited to 'TimeHACK.Engine/Theme.cs')
-rw-r--r--TimeHACK.Engine/Theme.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/TimeHACK.Engine/Theme.cs b/TimeHACK.Engine/Theme.cs
index 804eb88..89c913d 100644
--- a/TimeHACK.Engine/Theme.cs
+++ b/TimeHACK.Engine/Theme.cs
@@ -51,4 +51,16 @@ namespace TimeHACK.Engine
themeName = "dangeranimals";
}
}
+
+ public class InsideComputerTheme: Theme
+ {
+ public InsideComputerTheme()
+ {
+ startSound = Properties.Resources.Win95PlusInsideComputerStart;
+ stopSound = Properties.Resources.Win95PlusInsideComputerStop;
+
+ defaultWallpaper = Properties.Resources.Win95PlusInsideComputerWallpaper;
+ themeName = "insidepc";
+ }
+ }
}