You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-20 14:45:44 +00:00
GDScript: Support % in shorthand for get_node
The `%` is used in scene unique nodes. Now `%` can also be used instead of `$` for the shorthand, besides being allowed generally anywhere in the path as the prefix for a node name.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
GDTEST_PARSER_ERROR
|
||||
Expect node path as string or identifier after "$".
|
||||
Expected node path as string or identifier after "$".
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
GDTEST_PARSER_ERROR
|
||||
Expect node path as string or identifier after "$".
|
||||
Expected node path as string or identifier after "$".
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
GDTEST_PARSER_ERROR
|
||||
Expect node path as string or identifier after "$".
|
||||
Expected node path as string or identifier after "$".
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
GDTEST_PARSER_ERROR
|
||||
Expect node path after "/".
|
||||
Expected node path as string or identifier after "/".
|
||||
|
||||
Reference in New Issue
Block a user