mirror of
https://github.com/Escada-Games/diver-down.git
synced 2026-01-23 03:24:02 +00:00
4 lines
84 B
GDScript
4 lines
84 B
GDScript
extends Line2D
|
|
|
|
func _ready() -> void:
|
|
self.points = get_node("../line_2d").points
|