aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine/Theme.cs
diff options
context:
space:
mode:
authorJason <[email protected]>2017-07-22 23:43:39 +0200
committerGitHub <[email protected]>2017-07-22 23:43:39 +0200
commit5afd2ec6c6d7c458c1caffc55566d4365602c122 (patch)
treeb9e2c5f7861799b7b5f209046f97052493565734 /TimeHACK.Engine/Theme.cs
parent7b12feef44adfcafd46d651adcd3e8fe11cb8523 (diff)
parentc97b5bddf841573e92c67fd2d325ca44825351f0 (diff)
downloadhistacom2-5afd2ec6c6d7c458c1caffc55566d4365602c122.tar.gz
histacom2-5afd2ec6c6d7c458c1caffc55566d4365602c122.tar.bz2
histacom2-5afd2ec6c6d7c458c1caffc55566d4365602c122.zip
Merge pull request #133 from Alex-TIMEHACK/master
Done a lot of work on the Windows ExplorerS
Diffstat (limited to 'TimeHACK.Engine/Theme.cs')
-rw-r--r--TimeHACK.Engine/Theme.cs17
1 files changed, 17 insertions, 0 deletions
diff --git a/TimeHACK.Engine/Theme.cs b/TimeHACK.Engine/Theme.cs
index 89c913d..2b22072 100644
--- a/TimeHACK.Engine/Theme.cs
+++ b/TimeHACK.Engine/Theme.cs
@@ -40,6 +40,23 @@ namespace TimeHACK.Engine
}
}
+ public class Default98Theme : Theme
+ {
+ public Default98Theme()
+ {
+ startSound = Properties.Resources.Win95Start;
+ stopSound = Properties.Resources.Win95Stop;
+
+ asteriskSound = Properties.Resources.CHORD;
+ critStopSound = Properties.Resources.CHORD;
+ progErrorSound = Properties.Resources.CHORD;
+ questionSound = Properties.Resources.CHORD;
+
+ defaultWallpaper = null;
+ themeName = "default98";
+ }
+ }
+
public class DangerousCreaturesTheme: Theme
{
public DangerousCreaturesTheme()