1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +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:
Pablo Andres Fuente
2025-03-06 00:40:35 +01:00
committed by Rémi Verschelde
parent 309c371c0a
commit b725a9f285
33 changed files with 30 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
extends Node
func a():
%AnimationPlayer.
$UniqueAnimationPlayer.
pass

View File

@@ -1,5 +1,5 @@
extends Node
func a():
$UniqueAnimationPlayer.
%AnimationPlayer.
pass