You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally my thoughts were that it wasn't using its own render method so I made the BasicSolidTile class extend Tile instead of BasicTile and then added all the constructors from BasicTile and replaced super(id, false, false, levelColour); with super(id, true, false, levelColour); because I want them to be solid.
It didn't help at all.
The text was updated successfully, but these errors were encountered:
http://puu.sh/7DKsj.png
Originally my thoughts were that it wasn't using its own render method so I made the BasicSolidTile class extend Tile instead of BasicTile and then added all the constructors from BasicTile and replaced super(id, false, false, levelColour); with super(id, true, false, levelColour); because I want them to be solid.
It didn't help at all.
The text was updated successfully, but these errors were encountered: