Merge branch 'main' of https://gitea.deprived.dev/Sveskejuice/fgm24
This commit is contained in:
commit
e2fb134323
|
@ -68,12 +68,12 @@ public class NewBehaviourScript : MonoBehaviour
|
|||
|
||||
void SpawnWave(float difficulty)
|
||||
{
|
||||
SpawnStrongestFirst(difficulty);
|
||||
//SpawnStrongestFirst(difficulty);
|
||||
|
||||
//if (Wave != 0 && Wave % 10 == 0)
|
||||
// SpawnStrongestFirst(difficulty);
|
||||
//else
|
||||
// SpawnRandom(difficulty);
|
||||
if (Wave != 0 && Wave % 10 == 0)
|
||||
SpawnStrongestFirst(difficulty);
|
||||
else
|
||||
SpawnRandom(difficulty);
|
||||
}
|
||||
|
||||
void SpawnStrongestFirst(float difficulty)
|
||||
|
|
Loading…
Reference in New Issue