You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Fix SCRIPT ERROR/ERROR/WARNING on test output
Also "fixing" some GDScript completion tests which
where named wrongly.
(cherry picked from commit 5775d29ad8)
This commit is contained in:
committed by
Rémi Verschelde
parent
309c371c0a
commit
b725a9f285
@@ -0,0 +1,7 @@
|
||||
[output]
|
||||
include=[
|
||||
; Node
|
||||
{"display": "add_child(…)"},
|
||||
{"display": "owner"},
|
||||
{"display": "child_entered_tree"},
|
||||
]
|
||||
@@ -0,0 +1,6 @@
|
||||
extends Node
|
||||
|
||||
func a():
|
||||
var test := $AnimationPlayer
|
||||
test.➡
|
||||
pass
|
||||
Reference in New Issue
Block a user