improved Tiles, added Split Sprites
This commit is contained in:
parent
d28a1947eb
commit
71fc280d2e
9 changed files with 72 additions and 32 deletions
|
|
@ -26,7 +26,7 @@ namespace Tiles
|
|||
|
||||
public void DayLightStep()
|
||||
{
|
||||
Debug.Log("I evolve");
|
||||
|
||||
}
|
||||
|
||||
public virtual BaseTile Clicked(UsableItem usable)
|
||||
|
|
@ -34,5 +34,11 @@ namespace Tiles
|
|||
Debug.Log(usable.ToString() + " used on " + this.ToString());
|
||||
return null;
|
||||
}
|
||||
/*
|
||||
static protected Sprite GenerateSpriteFromFile()
|
||||
{
|
||||
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue