Kilka zmian. Przygotowanie do fizyki pilki

This commit is contained in:
knmarcin 2018-11-18 20:04:10 +01:00
parent 62c896a08d
commit cebed38d25
2 changed files with 1 additions and 1 deletions

BIN
Pong

Binary file not shown.

View File

@ -90,7 +90,7 @@ func Loop() {
P1index=3
P2index=3
for !GameOver {
for !GameOver {
c:=getch()
switch {
case bytes.Equal(c, []byte{3}):