So I am trying to make card game and combine two sprites in one collection, one facing backwards
this is the code I’ve added to renderscript for tiles
render.enable_state(graphics.STATE_CULL_FACE)
render.set_cull_face(graphics.FACE_TYPE_BACK)
It works fine when I build, though effect is not shown in editor
But when I build HTML5 app it shows both sides for a front cover.
How do I make it work or is there any other way to achieve this?