diff --git a/source/application.cpp b/source/application.cpp index 4e171f7..72d0415 100644 --- a/source/application.cpp +++ b/source/application.cpp @@ -420,15 +420,15 @@ namespace gmtk {{color_type::white, shape_type::circle}, 0, {}, {{color_type::white, shape_type::circle}}}, {{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, 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, {}, {}}, + {{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, 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::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::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, {}, {}}, }; template