Remove white square level

This commit is contained in:
Nikita Lisitsa 2024-08-20 17:41:00 +03:00
parent 845e9ba224
commit f72c67d907

View file

@ -440,8 +440,7 @@ namespace gmtk
{{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::cyan, shape_type::square}, 30, {}, {}},
{{color_type::magenta, 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::magenta, shape_type::square}, 30, {card_type::reshaper, card_type::reshaper, card_type::zoomer, card_type::mixer, card_type::mixer, card_type::mixer, card_type::mixer, card_type::zoomer, card_type::zoomer, card_type::crossing}, {{color_type::black, 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, {}, {}},
};