GDScript: Fix common mismatched external parser errors
This commit is contained in:
parent
607b230ffe
commit
6e8fa6dd50
15 changed files with 225 additions and 44 deletions
|
|
@ -0,0 +1,6 @@
|
|||
const External3 = preload("external_parser_script3.notest.gd")
|
||||
|
||||
var test2 := "test2"
|
||||
|
||||
func get_external3() -> External3:
|
||||
return External3.new()
|
||||
Loading…
Add table
Add a link
Reference in a new issue