Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/electro/atmega-simon/commit/127685da9bda202109d1f5b3c5f08260612fac24 You should set ROOT_URL correctly, otherwise the web may not work correctly.

delay before hitn fade in

master
Ondřej Hruška 8 years ago
parent 3588e2fd1d
commit 127685da9b
  1. 2
      game.c

@ -181,7 +181,7 @@ static void replaySequenceCb(void *onOff)
show_screen();
enterGameState(STATE_USER_INPUT);
schedule_task(fadeInColorsCb, (void *) 255, 1, false);
schedule_task(fadeInColorsCb, (void *) 255, 400, false);
}
}
}

Loading…
Cancel
Save