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
ufrshubham
changed the title
Ssupport dynamic changes to the layer opacity on tiled maps
Support dynamic changes to the layer opacity on tiled maps
Mar 5, 2024
Problem to solve
I would like to be able to modify the layer opacity on a tiled map.
Proposal
Being able to access a layer:
final backgroundOff = game.tileMap.getLayer("Background");
..and set its opacity:
backgroundOff.opacity = 0.5;
More information
No response
Other
The text was updated successfully, but these errors were encountered: