summaryrefslogtreecommitdiff
path: root/scenes/PauseSprite.gd
blob: a8ffa50682b207e234e9e25fc5368a3d5139f69a (plain)
1
2
3
4
5
6
extends ColorRect

func _input(event):
	for c in get_parent().get_children():
		if c != self:
			c._notifaction(c.NOTIFICATION_INPUT)