Current look
Edges are pixelated and ugly, Godot anti-aliasing does little to nothing for 2d lines.
Desired behavior
Smooth good looking edges.
Approach
I found this addon from the asset library: Antialiased Line2D
It adds a new node called AntialiasedLine which inherits from Line2D. This means its a drop in replacement for our current setup, and drastically enhances to look of the edges.
Current look
Edges are pixelated and ugly, Godot anti-aliasing does little to nothing for 2d lines.
Desired behavior
Smooth good looking edges.
Approach
I found this addon from the asset library: Antialiased Line2D
It adds a new node called AntialiasedLine which inherits from Line2D. This means its a drop in replacement for our current setup, and drastically enhances to look of the edges.