Skip to content

Commit c922958

Browse files
fix red balloon path being green, ikr
1 parent f573a83 commit c922958

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/mobile.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var car_index = 0;
2929
var car_colors = ["blue", "red", "green", "yellow"];
3030
var balloon_index = 0;
3131
var balloon_colors_name = ["red", "blue", "green", "yellow", "purple", "orange", "cyan"];
32-
var balloon_colors = ["green", "blue", "green", "#ff0", "#c700e6", "#ff8a0f", "#0fffca"];
32+
var balloon_colors = ["red", "blue", "green", "#ff0", "#c700e6", "#ff8a0f", "#0fffca"];
3333

3434
var map = null;
3535
var overlay = null;

0 commit comments

Comments
 (0)