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
I am following "Caves of Zircon" tutorial, but using LibGdx.
At the end of part 3, when I try to run the app, on PlayView i get "Wrong tile type".
Apparently in LibgdxCP437Tileset#fetchTextureForTile, tile is FastStackedTile and cannot be casted to CharacterTile.
I am using version 2020.2.0-RELEASE for both Zircon.Core and Zircon.jvm.libgdx
The text was updated successfully, but these errors were encountered:
I am following "Caves of Zircon" tutorial, but using LibGdx.
At the end of part 3, when I try to run the app, on PlayView i get "Wrong tile type".
Apparently in LibgdxCP437Tileset#fetchTextureForTile, tile is FastStackedTile and cannot be casted to CharacterTile.
I am using version 2020.2.0-RELEASE for both Zircon.Core and Zircon.jvm.libgdx
The text was updated successfully, but these errors were encountered: