first
This commit is contained in:
8
Minigames/Components/wire_base.gd
Normal file
8
Minigames/Components/wire_base.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
extends Line2D
|
||||
|
||||
@export var point2pos: Node2D
|
||||
|
||||
|
||||
|
||||
func _process(_delta: float) -> void:
|
||||
points[2] = point2pos.position - self.position
|
||||
Reference in New Issue
Block a user