TextureRect
does not scale nicely
By default, TextureRect
in Godot
uses nearest filtering instead of linear filtering
which can cause things in the original texture, like
lines, to appear jagged. To change this, you can
change the texture_filter
value from
the baseCanvasItem
class.