sokoban
Diffstat (limited to 'globalsettings.gd')
| -rw-r--r-- | globalsettings.gd | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/globalsettings.gd b/globalsettings.gd deleted file mode 100644 index 1ac14c5..0000000 --- a/globalsettings.gd +++ /dev/null @@ -1,8 +0,0 @@ -extends Node - -var stopwatch = false setget set_stopwatch - - -func set_stopwatch(set): - stopwatch = set - MainInstances.stopwatch.visible = stopwatch |