Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Next revision Both sides next revision | ||
gdevelop5:tutorials:geometry-monster:9-adding-bombs [2019/11/28 17:09] end3r navigation |
gdevelop5:tutorials:geometry-monster:9-adding-bombs [2019/12/04 09:33] 4ian |
||
---|---|---|---|
Line 24: | Line 24: | ||
{{ : | {{ : | ||
- | Add new condition, | + | Add new condition, search the "Other conditions" |
{{ : | {{ : | ||
- | Within " | + | Within " |
This will create a new timer that will spawn a bomb independently from spawning the shapes, and it will appear once every 5 seconds. | This will create a new timer that will spawn a bomb independently from spawning the shapes, and it will appear once every 5 seconds. | ||
+ | |||
+ | <note tip>Feel free to change this value to make the game harder. We'll see in a next chapter how to speed up bombs as the time is passing - to make the game more challenging. You could also use a variable instead of a number, so that you can change during the game the time between the creation of bombs!</ | ||
{{ : | {{ : |