Quote from: Crimson Wizard on Fri 21/07/2023 20:31:35@Nahuel I don't remember, does AmbientTint not affect the room background?
@Crimson Wizard As far as I know, the room is not affected. I've created a greyscale room and added to the frame 1, and set AnimateRoom: false
QuoteIf it works for the objects, in terms of visuals, then you could apply same effect to the background using DynamicSprite and Tint method. This will save on making extra variant of background for each room.
But it does affect objects and also characters (when using UseRoomAreaLighting: true) So it will be possible then to create a DynamicSprite and place it and then AreaTint that could work! I'll give it a try, I'm not that familiar with DynamicSprite but I will try some stuff and come back.