extends Step
class_name PaintStep

## Step where the [Painter] draws a stroke.

var from: Vector2
var to: Vector2
var camera_transform: Transform3D
var brush: Brush

func _init(_from, _to) -> void:
	from = _from
	to = _to