1 2 3 4 5 6 7 8
extends Node var stopwatch = false setget set_stopwatch func set_stopwatch(set): stopwatch = set MainInstances.stopwatch.visible = stopwatch