summaryrefslogtreecommitdiff
path: root/hackingscene.gd
diff options
context:
space:
mode:
authorrom <romangraef@gmail.com>2021-04-25 15:38:57 +0200
committerrom <romangraef@gmail.com>2021-04-25 15:41:42 +0200
commita8d0cd8b68131251cf07fff6fd01817012f23d8a (patch)
treed7830ee11ca91c13308c5b6fb5e8c38b9c09c727 /hackingscene.gd
parent65da988ee9536858ef9975becb739ba24c695aea (diff)
downloadldjam48-a8d0cd8b68131251cf07fff6fd01817012f23d8a.tar.gz
ldjam48-a8d0cd8b68131251cf07fff6fd01817012f23d8a.tar.bz2
ldjam48-a8d0cd8b68131251cf07fff6fd01817012f23d8a.zip
base level loading
Diffstat (limited to 'hackingscene.gd')
-rw-r--r--hackingscene.gd9
1 files changed, 0 insertions, 9 deletions
diff --git a/hackingscene.gd b/hackingscene.gd
deleted file mode 100644
index 641cc93..0000000
--- a/hackingscene.gd
+++ /dev/null
@@ -1,9 +0,0 @@
-extends Node2D
-
-
-var button_presses = 0
-
-
-func _on_HackButton_on_click():
- button_presses += 1
- print(button_presses)