Procházet zdrojové kódy

Removed test commands

Rrycbarm před 2 roky
rodič
revize
45fd615ed8
3 změnil soubory, kde provedl 0 přidání a 4 odebrání
  1. binární
      dist/debug/t-rex-runner_d.elf
  2. binární
      dist/t-rex-runner.fap
  3. 0 4
      trexrunner.c

binární
dist/debug/t-rex-runner_d.elf


binární
dist/t-rex-runner.fap


+ 0 - 4
trexrunner.c

@@ -215,12 +215,8 @@ int32_t trexrunner_app() {
                 if (event.input.type == InputTypeShort) {
                     switch (event.input.key) {
                         case InputKeyUp:
-                            // Test command
-                                game_state->y_position -= 10;
                             break;
                         case InputKeyDown:
-                            // Test command
-                                game_state->y_position += 10;
                             break;
                         case InputKeyLeft:
                             break;