2D-Game-Engine icon indicating copy to clipboard operation
2D-Game-Engine copied to clipboard

Rendering issues when around solid tiles

Open Trollauxism opened this issue 10 years ago • 0 comments

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.

Trollauxism avatar Mar 21 '14 12:03 Trollauxism