ソースを参照

speed adjustment

SimplyMinimal 3 年 前
コミット
b54a073ddc
1 ファイル変更2 行追加1 行削除
  1. 2 1
      flipper_pong.c

+ 2 - 1
flipper_pong.c

@@ -15,7 +15,8 @@
 
 
 #define PAD_SIZE_X 3
 #define PAD_SIZE_X 3
 #define PAD_SIZE_Y 8
 #define PAD_SIZE_Y 8
-#define PLAYER1_PAD_SPEED 8
+#define PLAYER1_PAD_SPEED 4
+
 #define PLAYER2_PAD_SPEED 2
 #define PLAYER2_PAD_SPEED 2
 #define BALL_SIZE 4
 #define BALL_SIZE 4