Skip to content

Commit 5f0ba82

Browse files
committed
Fix #24
1 parent 6f43053 commit 5f0ba82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

goboscript/spriteinterpreter.py

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def declr_function(self, tree: Tree[Token]):
5252

5353
declr_function_nowarp = declr_function
5454
declr_onflag = declr_on
55+
declr_onclick = declr_on
5556
declr_onclone = declr_on
5657
declr_ontimer = declr_on
5758
declr_onloudness = declr_on

0 commit comments

Comments
 (0)