Files
Progrart/Progrart.Core/Graphics/Rectangle.cs
Creeper Lv ac5053a5df Save is now working.
Run button now sets scale and debug symbol.
Run button now displays preview image.
2025-12-28 23:03:33 +11:00

8 lines
88 B
C#

namespace Progrart.Core.Graphics
{
public class Rectangle : BaseElement
{
}
}