Fixed the bug where some files would not work, and now you can click on the tiles
This commit is contained in:
@@ -34,5 +34,9 @@ namespace NonoGramme
|
||||
Bitmap bmp = new Bitmap(Width, Height);
|
||||
this.Image = GameGrid.Draw(bmp, new Point((Width / 100) * DEFAULT_UI_RATIO, (Height / 100) * DEFAULT_UI_RATIO));
|
||||
}
|
||||
public void CursorClick(Point position)
|
||||
{
|
||||
GameGrid.Click(position);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user