Skip to content

Commit

Permalink
Various fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
mhilbrunner committed Mar 23, 2023
1 parent 5d91451 commit 7d5fb4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion _extensions/gdscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ def innerstring_rules(ttype):
"Color",
"RID",
"Object",
"NodePath",
"Dictionary",
"Array",
"PackedByteArray",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ node. In the **Node** dock, we can find our new signal and link it up by pressin
the **Connect** button or double-clicking the signal. We've added a script on
our main node and implemented our signal like this:

.. code-block:: GDScript
.. code-block:: gdscript
extends Node
Expand Down

0 comments on commit 7d5fb4e

Please sign in to comment.