mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
8 lines
92 B
GDScript
8 lines
92 B
GDScript
extends Node
|
|
|
|
func a():
|
|
var test = $AnimationPlayer
|
|
var foo = 10
|
|
test.➡
|
|
pass
|