You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Also "fixing" some GDScript completion tests which
where named wrongly.
(cherry picked from commit 5775d29ad8)
6 lines
58 B
GDScript
6 lines
58 B
GDScript
extends Node
|
|
|
|
func a():
|
|
%AnimationPlayer.➡
|
|
pass
|