diff --git a/source/application.cpp b/source/application.cpp index 0ca2883..005dd57 100644 --- a/source/application.cpp +++ b/source/application.cpp @@ -1683,12 +1683,6 @@ namespace gmtk void on_event(app::key_event const & event) override { - if (event.down && event.key == app::keycode::F1) - { - for (auto type : card_type_values()) - map_.cards[type] += 10; - } - if (event.down && event.key == app::keycode::NUM_1) { time_speed_ = 1.f;