Hi guys!
Is it possible to put a TimeScale to just one game layer?
If yes, how?
Thank you for your attention and helpfulness!
You can only set timescale for the whole game, or individual objects. You can also use families, so something like this will work:
SpritesFamily on layer "game" - set object timescale
TilemapsFamily on layer "game"... etc.
Develop games in your browser. Powerful, performant & highly capable.
You can only set timescale for the whole game, or individual objects. You can also use families, so something like this will work: SpritesFamily on layer "game" - set object timescale TilemapsFamily on layer "game"... etc.
In the Event Sheet there is no TimeScale option for families.
Where do I find it?
System -> Set object time scale. Just specify the family as the object.