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