7 lines
81 B
GDScript
7 lines
81 B
GDScript
extends Path2D
|
|
|
|
@export var lenge:float
|
|
|
|
func _ready() -> void:
|
|
scale.x =lenge
|