Fix lack of white-space after colon in pong.kv

This commit is contained in:
0x005c 2019-08-17 12:58:28 +09:00 committed by GitHub
parent 7f0478d30a
commit 3d6e5f8ca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@
size: 25, 200
canvas:
Rectangle:
pos:self.pos
size:self.size
pos: self.pos
size: self.size
<PongGame>:
ball: pong_ball