Ganz gemacht
This commit is contained in:
@@ -15,13 +15,13 @@
|
||||
{
|
||||
int x= t.getX();
|
||||
int y= t.getY();
|
||||
map.SetValue(t, x, y);
|
||||
map[x, y] = t;
|
||||
}
|
||||
|
||||
public Tile getTile(int x, int y)
|
||||
{
|
||||
|
||||
return map.GetValue(x,y);
|
||||
return map[x,y];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user