changed pong player border in project and build

main
Justus Jan Nico Wolff 2024-05-28 13:08:35 +02:00
parent 1a5a1de960
commit d4e4b839cc
3 changed files with 5 additions and 5 deletions

View File

@ -15,8 +15,8 @@ hitsound = SOUND(HASHGAME.sounds["ponghit"])
wonsound = SOUND(HASHGAME.sounds["won"])
lowerbound = 0
upperbound = 9
player1border = 0
player2border = 19
player1border = 1
player2border = 18
speedincrease = 0.1
debounce = False
currentspeed = speedincrease
@ -83,4 +83,4 @@ while True:
init()
else:
handleplayerhit()
time.sleep(0.5)
time.sleep(0.5)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long