progress on text buttons (untested)

This commit is contained in:
2018-11-22 01:12:40 -06:00
parent f63a7b76e3
commit 6f43cbffbb
7 changed files with 76 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ using System.Threading.Tasks;
namespace RhythmBullet.Utilities.DataTypes
{
public struct NinePatch
public class NinePatch
{
public Color color;
readonly Texture2D texture;
@@ -34,8 +34,6 @@ namespace RhythmBullet.Utilities.DataTypes
this.c = c;
this.d = d;
sourceRectangle = new Rectangle();
drawnRectangle = new Rectangle();
color = Color.White;
}