4 lines
67 B
GDScript3
4 lines
67 B
GDScript3
|
|
extends Node
|
||
|
|
func test():
|
||
|
|
var a = $ # Expected some node path.
|