How fix this pixlated line2d :(

I would say, nuke it from space :smile:

Enable MSAA 2D in the project settings under Rendering / Anti Aliasing

1 Like

You can also use this add-on I created for 3.x: https://github.com/godot-extended-libraries/godot-antialiased-line2d

There is a pull request updating it for Godot 4, but it had a few issues preventing me from merging it: https://github.com/godot-extended-libraries/godot-antialiased-line2d/pull/8

how i get that ?

that not wokring :slight_smile:

2D MSAA isn’t impplemented in the Compatibility rendering method yet, so it’ll only work if using Forward+ or Mobile.