Skip to content

Added the possibility to choose background colors for textures. Added grid...

Summary

Users can now choose the background color of the textures. There are buttons for black and white, which are the most used, and a button which let's you pick a color.

It's also possible now to resize some of the panels inside the editor, which allows to see the textures in full.

Benefits

It's easier to see textures with transparent backgrounds. See #10 (closed)

Testing

Note: all texture logic (name, image and background color) have been put into a custom control that encapsulates that logic.

Test effects with elements that have textures (Trail, SpfSystem, Emitter, BillBoard, Decal, StaticDecal, WaterDecal). Test one of each. Changing the texture name should still update the image shown in the editor and saving the effect after changing the texture name should save the texture name correctly.

Merge request reports