From 4bbc1eb4157d84ebc24849638165ca5d785281be Mon Sep 17 00:00:00 2001 From: Corwin Date: Sun, 14 Apr 2024 17:32:57 +0100 Subject: [PATCH] add teaser --- book/src/pong/05_meta_sprites.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book/src/pong/05_meta_sprites.md b/book/src/pong/05_meta_sprites.md index f928524e..30bdd225 100644 --- a/book/src/pong/05_meta_sprites.md +++ b/book/src/pong/05_meta_sprites.md @@ -99,6 +99,8 @@ We used multiple sprites to form one game object of a paddle. We also added convenience around the use of the paddle to make creating a paddle and setting its position easy. +In the next step we will cover adding collision with the ball and the paddles. + # Exercise The paddle on the right is facing the wrong way, it needs to be horizontally