Merge branch 'master' of manuel-voegele.de:inf3
This commit is contained in:
@@ -41,6 +41,12 @@ namespace WorldOfPeacecraft
|
|||||||
return Coord.X;
|
return Coord.X;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void SetPos (int x, int y)
|
||||||
|
{
|
||||||
|
SetX (x);
|
||||||
|
SetY (y);
|
||||||
|
}
|
||||||
|
|
||||||
public void SetY (int y)
|
public void SetY (int y)
|
||||||
{
|
{
|
||||||
this.Coord.Y = y;
|
this.Coord.Y = y;
|
||||||
|
|||||||
@@ -72,11 +72,10 @@ namespace WorldOfPeacecraft
|
|||||||
this.Controls.Add (OnlinePlayerList);
|
this.Controls.Add (OnlinePlayerList);
|
||||||
this.Controls.Add (MapPanel);
|
this.Controls.Add (MapPanel);
|
||||||
this.Controls.Add (ChatPanel);
|
this.Controls.Add (ChatPanel);
|
||||||
this.CenterToScreen ();
|
|
||||||
|
|
||||||
this.ResumeLayout();
|
this.ResumeLayout();
|
||||||
loaded = true;
|
loaded = true;
|
||||||
this.PerformRefresh();
|
this.PerformRefresh();
|
||||||
|
this.CenterToScreen ();
|
||||||
|
|
||||||
//m.Playmusic ("overworld");
|
//m.Playmusic ("overworld");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user