Made a Gui and created a dropdown menu to select block

This commit is contained in:
2020-06-28 06:14:14 -06:00
parent b6f39d8f12
commit a2ca087156
594 changed files with 6768 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ namespace Collector.Character
{
public class Collision
{
public RectangleF Rectangle { get; private set; }
public RectangleF Rectangle { get; }
public Collision(int x, int y)
{