mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-24 23:38:06 +00:00
6 lines
104 B
GDScript
6 lines
104 B
GDScript
extends RefCounted
|
|
|
|
static func duplicate() -> Vector2:
|
|
print("preload duplicate")
|
|
return Vector2.ONE
|