From cce768e01f87482e92e15b6fe9e65d2e8c2deda7 Mon Sep 17 00:00:00 2001 From: lisyarus Date: Tue, 20 Aug 2024 13:29:43 +0300 Subject: [PATCH] A bit of balancing --- source/application.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/application.cpp b/source/application.cpp index 1a2b6f6..e2641a7 100644 --- a/source/application.cpp +++ b/source/application.cpp @@ -419,14 +419,14 @@ namespace gmtk {{color_type::white, shape_type::circle}, 15, {card_type::mixer}, {{color_type::black, shape_type::circle}}}, {{color_type::gray, shape_type::circle}, 15, {card_type::hue_shifter, card_type::crossing}, {{color_type::red, shape_type::circle}}}, {{color_type::green, shape_type::circle}, 15, {card_type::reshaper, card_type::crossing}, {}}, - {{color_type::green, shape_type::square}, 30, {card_type::hue_shifter, card_type::crossing, card_type::zoomer}, {}}, + {{color_type::green, shape_type::square}, 30, {card_type::hue_shifter, card_type::crossing, card_type::zoomer, card_type::zoomer}, {}}, {{color_type::blue, shape_type::square}, 30, {card_type::mixer, card_type::crossing, card_type::zoomer}, {}}, {{color_type::yellow, shape_type::square}, 30, {card_type::zoomer}, {}}, {{color_type::magenta, shape_type::square}, 30, {}, {}}, {{color_type::cyan, shape_type::square}, 30, {card_type::reshaper, card_type::reshaper, card_type::zoomer}, {{color_type::black, shape_type::circle}}}, {{color_type::white, shape_type::square}, 45, {card_type::mixer, card_type::mixer, card_type::mixer, card_type::mixer, card_type::zoomer, card_type::zoomer, card_type::crossing}, {{color_type::white, shape_type::circle}}}, {{color_type::black, shape_type::square}, 45, {card_type::mixer, card_type::mixer, card_type::reshaper, card_type::reshaper, card_type::reshaper, card_type::zoomer, card_type::zoomer, card_type::crossing, card_type::crossing, card_type::crossing}, {{color_type::red, shape_type::circle}}}, - {{color_type::gray, shape_type::square}, 60, {card_type::zoomer}, {}}, + {{color_type::gray, shape_type::square}, 60, {}, {}}, }; template