Fishing Rod + Cursor
This commit is contained in:
parent
29de95f46a
commit
fe63511825
5 changed files with 29 additions and 15 deletions
|
|
@ -7,11 +7,11 @@ namespace Tiles
|
|||
protected Color color;
|
||||
public Color getColor => color;
|
||||
// TODO: Change to Sprite, also in subclasses
|
||||
// public Sprite sprite;
|
||||
public Sprite Sprite;
|
||||
|
||||
protected BaseTile(Color color)
|
||||
protected BaseTile(Sprite sprite)
|
||||
{
|
||||
this.color = color;
|
||||
this.Sprite = sprite;
|
||||
}
|
||||
|
||||
protected void Start()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue