refactor: update paddle base width

This commit is contained in:
Dawid Wysokiński 2023-12-02 09:11:39 +01:00
parent cc6f9cd1a9
commit c0753eeef8
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ func newLeftPaddle(screenWidth, screenHeight int, isControlledByPlayer bool) *pa
}
const (
paddleBaseWidth = 10
paddleBaseWidth = 7
paddleBaseHeight = 75
paddleBaseSpeed = 1
)