Improve gift pattern transparency.

This commit is contained in:
John Preston 2025-01-06 09:27:32 +04:00
parent 865200db5e
commit c722c5c46f

View file

@ -305,9 +305,9 @@ struct PatternPoint {
};
[[nodiscard]] const std::vector<PatternPoint> &PatternPoints() {
static const auto kSmall = 0.7;
static const auto kFaded = 0.5;
static const auto kFaded = 0.3;
static const auto kLarge = 0.85;
static const auto kOpaque = 0.7;
static const auto kOpaque = 0.5;
static const auto result = std::vector<PatternPoint>{
{ { 0.5, 0.066 }, kSmall, kFaded },