Adjust Bomb Behavior

This commit is contained in:
2025-12-17 00:11:17 +08:00
parent 4c3980d84d
commit de2de35b1b
5 changed files with 84 additions and 47 deletions

View File

@@ -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;