mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Various fixups
This commit is contained in:
@@ -331,7 +331,6 @@ class GDScriptLexer(RegexLexer):
|
||||
"Color",
|
||||
"RID",
|
||||
"Object",
|
||||
"NodePath",
|
||||
"Dictionary",
|
||||
"Array",
|
||||
"PackedByteArray",
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user