1
0
Fork 0
godot/modules/gdscript/tests/scripts/parser
George Marques eba3e0a9fc
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.
2022-05-27 13:46:18 -03:00
..
errors GDScript: Support `%` in shorthand for `get_node` 2022-05-27 13:46:18 -03:00
features GDScript: Support `%` in shorthand for `get_node` 2022-05-27 13:46:18 -03:00
warnings