Skip to content

Commit

Permalink
Fix lack of white-space after colon in pong.kv
Browse files Browse the repository at this point in the history
  • Loading branch information
0x005c authored Aug 17, 2019
1 parent 7f0478d commit 3d6e5f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tutorials/pong/steps/step5/pong.kv
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d6e5f8

Please sign in to comment.