Create Your First Godot 4 Game

Lesson 3: Setting up the level

Video Notes

Now it’s time to start setting up the level. To get started, you’ll need to download the assets for Raptor Run. You can grab the the assets.zip file from this link: https://public.quiver.dev/tutorials/first-tutorial/assets/assets.zip

Corrections
  • Newer versions of Godot 4 have renamed Camera2D’s “Current” property to “Enabled”.
  • Different versions of Godot 4 may name certain nodes slightly differently by default. For example, in your version of Godot, your camera might be named Camera2D instead of Camera2d like in this tutorial. Pay attention to the case when referring to the node in code.

Want to get into the mix? Sign in or register to comment.

Next lesson