Die Potato (or music), locken beim Zeichnen, Threads von Parse, Receiver und Sender laufen nun im Hintergrund
This commit is contained in:
@@ -10,7 +10,7 @@ namespace WorldOfPeacecraft
|
||||
{
|
||||
private string ImagesFolder = "textures/";
|
||||
private Image Logo;
|
||||
private Music m = new Music();
|
||||
//private Music m = new Music();
|
||||
private Gui gui;
|
||||
private IBackend backend;
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace WorldOfPeacecraft
|
||||
t.Start ();
|
||||
this.SetClientSizeCore (450, 150);
|
||||
Logo = Image.FromFile (ImagesFolder + "splashscreen.png");
|
||||
m.Playmusic ("splashscreen");
|
||||
//m.Playmusic ("splashscreen");
|
||||
}
|
||||
|
||||
protected override void OnPaint (PaintEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user