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,5 @@
|
|||
extends "external_parser_script1f.notest.gd"
|
||||
|
||||
const External1e = preload("external_parser_script1e.notest.gd")
|
||||
|
||||
var bar: Array[External1e]
|
||||
Loading…
Add table
Add a link
Reference in a new issue