Explorar o código

Removed test commands

Rrycbarm %!s(int64=2) %!d(string=hai) anos
pai
achega
45fd615ed8
Modificáronse 3 ficheiros con 0 adicións e 4 borrados
  1. BIN=BIN
      dist/debug/t-rex-runner_d.elf
  2. BIN=BIN
      dist/t-rex-runner.fap
  3. 0 4
      trexrunner.c

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


BIN=BIN
dist/t-rex-runner.fap


+ 0 - 4
trexrunner.c

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