mirror of https://github.com/kivy/kivy.git
Fix lack of white-space after colon in pong.kv
This commit is contained in:
parent
7f0478d30a
commit
3d6e5f8ca4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue