1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00
This commit is contained in:
HolonProduction
2024-03-01 12:01:14 +01:00
parent 1f42455e0a
commit a2e7c64dc4
13 changed files with 3 additions and 126 deletions

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
extends Node
func a():
$A.

View File

@@ -1,5 +1,4 @@
extends Node
func a():
%UniqueA.

View File

@@ -1,4 +1,3 @@
@uid("uid://d04ev0gljq5yp") # Generated automatically, do not modify.
extends Node
const A := preload("res://completion/class_a.notest.gd")