Various fixups

This commit is contained in:
Max Hilbrunner
2023-03-23 03:13:29 +01:00
parent 5d914518eb
commit 7d5fb4e6a2
2 changed files with 1 additions and 2 deletions

View File

@@ -331,7 +331,6 @@ class GDScriptLexer(RegexLexer):
"Color",
"RID",
"Object",
"NodePath",
"Dictionary",
"Array",
"PackedByteArray",

View File

@@ -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