Game Development Reference
In-Depth Information
Engage thrusters
To do so, we need to update Game Manager's scripts. Go to Game Manager's Scripts tab to
find the when <green lag> clicked script, and add the following levels to it:
The steps to add two addiional levels are as follows:
1.
Add set <max_game_level> to () and change value from 2 to 4 .
2.
Change level 2 to level 4 in the Configure Level: 2 block to make Configure Level: 4
enemyType: Mother Ship enemyCount: 1 enemyThreshold: 1 .
3.
Add Configure Level: 2 enemyType: Monster enemyCount: 15 enemyThreshold: 3 .
4.
Add Configure Level: 3 enemyType: Robot enemyCount: 15 enemyThreshold: 3 .
5.
Then, drop Configure Level: 2 and Configure Level: 3 between the Configure Level:
1 and Configure Level: 4 blocks.
 
Search WWH ::




Custom Search