TO SQUASH: Nuke ball fixes.
This commit is contained in:
@@ -251,7 +251,7 @@ public class Player : MonoBehaviour
|
||||
// Mouse input handling for firing lasers, magnets, or normal barriers.
|
||||
if (
|
||||
Mouse.current.leftButton.wasPressedThisFrame &&
|
||||
worldFiller.IsPositionInFreeArea(transform.position) &&
|
||||
worldFiller.IsPositionInFreeRegion(transform.position) &&
|
||||
canFire &&
|
||||
!exploding
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user