Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/pebble-mario.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <ClusterM@users.noreply.github.com>2015-04-08 05:03:18 +0300
committerAlexey 'Cluster' Avdyukhin <ClusterM@users.noreply.github.com>2015-04-08 05:03:18 +0300
commit3e0c246922641c78d0cc3c17b69044ff445bc686 (patch)
tree069f6b3e0ad64a9c0449d2f27686356cc614c7cd
parenteeea9ee8dc75ad64c756264f728b32ad6a9b7e18 (diff)
New timings
-rw-r--r--src/pebble-mario.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pebble-mario.c b/src/pebble-mario.c
index 3b27ed3..998e4d3 100644
--- a/src/pebble-mario.c
+++ b/src/pebble-mario.c
@@ -90,8 +90,8 @@ static int phone_battery_level = -1;
#define MARIO_JUMP_DURATION 5000
#define CLOCK_ANIMATION_DURATION 5000
#else
-#define MARIO_JUMP_DURATION 100
-#define CLOCK_ANIMATION_DURATION 100
+#define MARIO_JUMP_DURATION 150
+#define CLOCK_ANIMATION_DURATION 150
#endif
#define GROUND_HEIGHT 26