We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f43053 commit 5f0ba82Copy full SHA for 5f0ba82
goboscript/spriteinterpreter.py
@@ -52,6 +52,7 @@ def declr_function(self, tree: Tree[Token]):
52
53
declr_function_nowarp = declr_function
54
declr_onflag = declr_on
55
+ declr_onclick = declr_on
56
declr_onclone = declr_on
57
declr_ontimer = declr_on
58
declr_onloudness = declr_on
0 commit comments