Rrycbarm 2 лет назад
Родитель
Сommit
45fd615ed8
3 измененных файлов с 0 добавлено и 4 удалено
  1. BIN
      dist/debug/t-rex-runner_d.elf
  2. BIN
      dist/t-rex-runner.fap
  3. 0 4
      trexrunner.c

BIN
dist/debug/t-rex-runner_d.elf


BIN
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;