mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Fix SCRIPT ERROR/ERROR/WARNING on test output
Also "fixing" some GDScript completion tests which where named wrongly.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
extends Node
|
||||
|
||||
func a():
|
||||
%AnimationPlayer.➡
|
||||
$UniqueAnimationPlayer.➡
|
||||
pass
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
extends Node
|
||||
|
||||
func a():
|
||||
$UniqueAnimationPlayer.➡
|
||||
%AnimationPlayer.➡
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user