Erste Gui Version. Es wird lediglich die Map gezeichnet. Das Backend ist angeschlossen
This commit is contained in:
@@ -13,8 +13,8 @@ namespace WorldOfPeacecraft
|
||||
|
||||
public void SetTile (Tile t)
|
||||
{
|
||||
int x = t.getX ();
|
||||
int y = t.getY ();
|
||||
int x = t.GetX ();
|
||||
int y = t.GetY ();
|
||||
map [x, y] = t;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user