Fix gdscript_exports @export_node_path example by adding quotes around class names to pass strings

This commit is contained in:
huulong
2023-02-08 20:24:28 +01:00
parent 42523a3839
commit e7fbd0e136

View File

@@ -224,7 +224,7 @@ annotation:
::
@export_node_path(Button, TouchScreenButton) var some_button
@export_node_path("Button", "TouchScreenButton") var some_button
Resources
---------