progress on text buttons (untested)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user