Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
UFO Spawn
Delay off start
  • Loading branch information
aps16104 committed Feb 24, 2020
1 parent 8003d7b commit 78d02a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SpaceShooter/Assets/Scenes/Main.unity
Expand Up @@ -2524,7 +2524,7 @@ MonoBehaviour:
spawnValues_1: {x: 4.25, y: 15} spawnValues_1: {x: 4.25, y: 15}
hazardCount_1: 3 hazardCount_1: 3
spawnWait_1: 1.5 spawnWait_1: 1.5
startWait_1: 3 startWait_1: 15
waveWait_1: 10 waveWait_1: 10
--- !u!4 &1441504043 --- !u!4 &1441504043
Transform: Transform:
Expand Down
1 change: 1 addition & 0 deletions SpaceShooter/Assets/Scripts/UFOController.cs
Expand Up @@ -19,6 +19,7 @@ public class UFOController : MonoBehaviour
void Update() void Update()
{ {
CheckIfTimeToFire(); CheckIfTimeToFire();

} }


void CheckIfTimeToFire() void CheckIfTimeToFire()
Expand Down

0 comments on commit 78d02a5

Please sign in to comment.