Tweaked Level1
This commit is contained in:
parent
009d0d196a
commit
4d7cfd5887
2 changed files with 1044 additions and 14 deletions
File diff suppressed because it is too large
Load diff
|
@ -6,7 +6,7 @@ public class RocketController : MonoBehaviour {
|
|||
|
||||
public PlayerController player;
|
||||
public GameObject explosionPrefab;
|
||||
private float ROCKET_SPEED = 10.0f;
|
||||
private float ROCKET_SPEED = 12.0f;
|
||||
private float ROCKET_LIFETIME = 5.0f;
|
||||
|
||||
private void Start()
|
||||
|
|
Reference in a new issue