>|
Summary
To help make our levels more interesting we are going to learn how to add pickups. These lessons will cover the scene and code creation for a double-jump pickup.
1|
Pickup Scene
For the lesson we will be setting up the pickup scene so we are able to have collisions with our player, show a sprite, and respawn the pickup after some amount of time.
2|
Double Jump Pickup Code
In this lesson we will add code to our jump gem scene. Once again we will use signals to know when timers run out, or when our player touches our pickups.