6 lines
138 B
GDScript
6 lines
138 B
GDScript
extends Node2D
|
|
|
|
class_name Construction
|
|
|
|
func get_relative(dv : Vector2) -> Construction:
|
|
return get_parent().get_at(global_position+dv)
|