Build viewer/editor #13

Manually merged
williamjcm merged 128 commits from mass-viewer into master 2022-03-02 14:50:10 +01:00
Showing only changes of commit e4cfd3834a - Show all commits

View file

@ -51,11 +51,10 @@ struct CustomStyle {
bool glow = false; bool glow = false;
Int patternId = 0; Int patternId = 0;
Float opacity = 0.0f; Float opacity = 0.5f;
Float offsetX = 0.0f; Vector2 offset{0.0f};
Float offsetY = 0.0f;
Float rotation = 0.0f; Float rotation = 0.0f;
Float scale = 0.0f; Float scale = 1.0f;
}; };
struct Decal { struct Decal {