From ae82b8a804cf0218dc3a4a3414bb727595a75e88 Mon Sep 17 00:00:00 2001 From: naezith Date: Mon, 4 Nov 2019 02:32:09 +0300 Subject: [PATCH] feat(tutorial): typo fix --- docs/source/tutorials/flappy-bird.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorials/flappy-bird.rst b/docs/source/tutorials/flappy-bird.rst index 80b2a033..f41e3295 100644 --- a/docs/source/tutorials/flappy-bird.rst +++ b/docs/source/tutorials/flappy-bird.rst @@ -620,7 +620,7 @@ And call it in the ``game_scene`` constructor: That's it! Now we have many columns being drawn: -.. image:: ../../assets/fb_column.png +.. image:: ../../assets/fb_columns.png Background is still black as you noticed. Now we will make it prettier. We will add sky, ground and grass. This is how we want it to look like: