Tweaked Level1

This commit is contained in:
darrelmarek 2017-09-07 09:57:38 -05:00
parent 009d0d196a
commit 4d7cfd5887
2 changed files with 1044 additions and 14 deletions

File diff suppressed because it is too large Load diff

View file

@ -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()