Skip to content

Commit 7d5fb4e

Browse files
committed
Various fixups
1 parent 5d91451 commit 7d5fb4e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

_extensions/gdscript.py

-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ def innerstring_rules(ttype):
331331
"Color",
332332
"RID",
333333
"Object",
334-
"NodePath",
335334
"Dictionary",
336335
"Array",
337336
"PackedByteArray",

tutorials/scripting/gdextension/gdextension_cpp_example.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ node. In the **Node** dock, we can find our new signal and link it up by pressin
616616
the **Connect** button or double-clicking the signal. We've added a script on
617617
our main node and implemented our signal like this:
618618

619-
.. code-block:: GDScript
619+
.. code-block:: gdscript
620620
621621
extends Node
622622

0 commit comments

Comments
 (0)