瀏覽代碼

Removed test commands

Rrycbarm 2 年之前
父節點
當前提交
45fd615ed8
共有 3 個文件被更改,包括 0 次插入4 次删除
  1. 二進制
      dist/debug/t-rex-runner_d.elf
  2. 二進制
      dist/t-rex-runner.fap
  3. 0 4
      trexrunner.c

二進制
dist/debug/t-rex-runner_d.elf


二進制
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;