Music klasser erstellt und eingebaut.

This commit is contained in:
Wafa Sadri
2014-05-12 12:59:43 +02:00
parent 094d989b84
commit f5dd6c868d
5 changed files with 37 additions and 1 deletions

View File

@@ -16,6 +16,8 @@ namespace WorldOfPeacecraft
private ChatPanel ChatPanel;
private OnlinePlayerList OnlinePlayerList;
private Music m = new Music();
public Gui ()
{
//AllocConsole();
@@ -62,6 +64,8 @@ namespace WorldOfPeacecraft
this.Controls.Add (ChatPanel);
this.ResumeLayout();
m.Playmusic ("overworld");
}
protected override void OnClosing (System.ComponentModel.CancelEventArgs e)