Fix SCRIPT ERROR/ERROR/WARNING on test output
Also "fixing" some GDScript completion tests which where named wrongly.
This commit is contained in:
parent
134da37497
commit
5775d29ad8
33 changed files with 30 additions and 13 deletions
|
|
@ -1,3 +1,5 @@
|
|||
extends Node
|
||||
|
||||
@onready var anim := $AnimationPlayer
|
||||
|
||||
func test():
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
extends Node
|
||||
|
||||
@onready var anim: AnimationPlayer = $AnimationPlayer
|
||||
|
||||
func test():
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
extends Node
|
||||
|
||||
@onready var anim = $AnimationPlayer
|
||||
|
||||
func test():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue