Remove F1
This commit is contained in:
parent
2269c3aa76
commit
4e95620160
1 changed files with 0 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue