Adjust Bomb Behavior
This commit is contained in:
@@ -18,8 +18,6 @@ namespace ScriptableObjects {
|
||||
[Header("Bomb")]
|
||||
[Tooltip("How long before the gems around the bomb explode")]
|
||||
public float bombDelay = 0.1f;
|
||||
[Tooltip("How long before the bomb itself explodes")]
|
||||
public float bombSelfDelay = 0.05f;
|
||||
[Tooltip("How far the explosion reaches")]
|
||||
public int bombRadius = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user