improved Tiles, added Split Sprites
This commit is contained in:
parent
d28a1947eb
commit
71fc280d2e
9 changed files with 72 additions and 32 deletions
|
|
@ -4,7 +4,7 @@ namespace Tiles
|
|||
{
|
||||
public class WaterTile : BaseTile
|
||||
{
|
||||
public WaterTile() : base(Color.blue)
|
||||
public WaterTile() : base(null)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue