diff --git a/README b/README new file mode 100644 index 0000000..cb2353e --- /dev/null +++ b/README @@ -0,0 +1,5 @@ +Requires pyserial (https://pypi.org/project/pyserial/) + +If you have Python Package Installer, you can run + +pip install pyserial diff --git a/lib/pgfw b/lib/pgfw index 2077dab..41b4df6 160000 --- a/lib/pgfw +++ b/lib/pgfw @@ -1 +1 @@ -Subproject commit 2077dabde65be3bbbc165bba8d349ca2d2f9a9c6 +Subproject commit 41b4df6326afbad64aa5dc00ac5d3dc854e8096f diff --git a/resource/scores b/resource/scores index e2ae970..d4c0f1d 100644 --- a/resource/scores +++ b/resource/scores @@ -8,9 +8,10 @@ 5999999 5999999 5999999 -293967 -283074 -333829 -185016 -162629 -209208 +178557 +242121 +236951 +234102 +171204 +256769 +312561 diff --git a/resource/sfx/complete_pattern_0.wav b/resource/sfx/complete_pattern_0.wav index be8a200..46fb4ec 100644 Binary files a/resource/sfx/complete_pattern_0.wav and b/resource/sfx/complete_pattern_0.wav differ diff --git a/www/Boarding_0_thumb.gif b/www/Boarding_0_thumb.gif new file mode 100644 index 0000000..a536f0e Binary files /dev/null and b/www/Boarding_0_thumb.gif differ diff --git a/www/Boarding_1_thumb.gif b/www/Boarding_1_thumb.gif new file mode 100644 index 0000000..7bdda2f Binary files /dev/null and b/www/Boarding_1_thumb.gif differ diff --git a/www/Boarding_2_thumb.gif b/www/Boarding_2_thumb.gif new file mode 100644 index 0000000..3dba271 Binary files /dev/null and b/www/Boarding_2_thumb.gif differ diff --git a/www/Boarding_3_thumb.gif b/www/Boarding_3_thumb.gif new file mode 100644 index 0000000..0e54598 Binary files /dev/null and b/www/Boarding_3_thumb.gif differ diff --git a/www/Multiplay_Closing-Flan.gif b/www/Multiplay_Closing-Flan.gif new file mode 100644 index 0000000..b6a1fc7 Binary files /dev/null and b/www/Multiplay_Closing-Flan.gif differ diff --git a/www/Multiplay_Closing-Flan_thumb.gif b/www/Multiplay_Closing-Flan_thumb.gif new file mode 100644 index 0000000..6bf6c42 Binary files /dev/null and b/www/Multiplay_Closing-Flan_thumb.gif differ diff --git a/www/index.php b/www/index.php index 455d30e..8ff8c6e 100644 --- a/www/index.php +++ b/www/index.php @@ -13,8 +13,11 @@ So you think you can skateboard, but can you scrapeboard, you slime bag?
- - + + + + +
@@ -51,8 +54,6 @@
- -
diff --git a/www/style.css b/www/style.css index 7464128..bd7ce0c 100644 --- a/www/style.css +++ b/www/style.css @@ -157,7 +157,7 @@ div#boarding div#boarding img { border-radius: 30px; - margin: 40px 20px; + margin: 40px 5px; border: 8px solid black; - width: 400px; + width: 200px; }