Music klasser erstellt und eingebaut.
This commit is contained in:
@@ -9,11 +9,12 @@ namespace WorldOfPeacecraft
|
||||
{
|
||||
private string ImagesFolder = "textures/";
|
||||
private Image Logo;
|
||||
private Music m = new Music();
|
||||
|
||||
public SplashScreen ()
|
||||
{
|
||||
Logo = Image.FromFile (ImagesFolder + "splashscreen.png");
|
||||
//TODO: Play "splashscreen.ogg"
|
||||
m.Playmusic ("splashscreen");
|
||||
}
|
||||
|
||||
protected override void OnPaint (PaintEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user