diff --git a/build/a.code b/build/a.code index ed90ac3..bd820c3 100644 --- a/build/a.code +++ b/build/a.code @@ -1 +1 @@ -data:text/html, \ No newline at end of file +data:text/html, \ No newline at end of file diff --git a/build/a.html b/build/a.html index 400d963..db7f6d2 100644 --- a/build/a.html +++ b/build/a.html @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/build/qrcode.svg b/build/qrcode.svg index 72d3f28..17d15d8 100644 --- a/build/qrcode.svg +++ b/build/qrcode.svg @@ -1 +1 @@ - + diff --git a/src/test.js b/src/test.js index e77595e..96af733 100644 --- a/src/test.js +++ b/src/test.js @@ -16,7 +16,7 @@ let full_rot = 2 * pi; let seed = math.random(); let two_fifty_five = 255; let pipe_width = 74; -let pipe_gap = 200; +let pipe_gap = 157; let spout_width = 80; let spout_height = 37; let player_width = 25; @@ -238,7 +238,7 @@ let pipe_x = 0; let player_y = height / 2; let player_vel_y = 0; let player_terminal_vel_y = 9; -let horizontal_pipe_gap = 200; +let horizontal_pipe_gap = 225; let max_player_y = -10; let beak_color = [234, 80, 64]; let white = [two_fifty_five, two_fifty_five, two_fifty_five];