6 lines
104 B
GDScript3
6 lines
104 B
GDScript3
|
|
extends RefCounted
|
||
|
|
|
||
|
|
static func duplicate() -> Vector2:
|
||
|
|
print("preload duplicate")
|
||
|
|
return Vector2.ONE
|