Files
godot/modules/gdscript/tests/scripts/runtime/features/static_duplicate_preload.notest.gd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
104 B
GDScript3
Raw Normal View History

extends RefCounted
static func duplicate() -> Vector2:
print("preload duplicate")
return Vector2.ONE