aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine/Theme.cs
diff options
context:
space:
mode:
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";
+ }
+ }
}