Jelajahi Sumber

Removed test commands

Rrycbarm 2 tahun lalu
induk
melakukan
45fd615ed8
3 mengubah file dengan 0 tambahan dan 4 penghapusan
  1. TEMPAT SAMPAH
      dist/debug/t-rex-runner_d.elf
  2. TEMPAT SAMPAH
      dist/t-rex-runner.fap
  3. 0 4
      trexrunner.c

TEMPAT SAMPAH
dist/debug/t-rex-runner_d.elf


TEMPAT SAMPAH
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;