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: