godot-knot/game/objects/line/line.gd

7 lines
127 B
GDScript

extends Line2D
# Called when the node enters the scene tree for the first time.
func _ready():
width = 3
set_process(false)