June 2018
Beginner to intermediate
298 pages
7h 38m
English
There are many possibilities for objects that give the player a small advantage or powerup. In this section, you'll add a powerup item that gives the player a small time bonus when collected. It will appear occasionally for a short time, then disappear.
The new scene will be very similar to the Coin scene you already created, so click on your Coin scene and choose Scene | Save Scene As and save it as Powerup.tscn. Change the name of the root node to Powerup and remove the script by clicking the clear script button:
. You should also disconnect the area_entered signal (you'll reconnect it later). In the Groups tab, remove the coins ...
Read now
Unlock full access