Title. I plan on making something using vector graphics, to simulate the old Flash style, stretching to accommodate any screen size and zooming in and out without losing fidelity is something I’d like.

Now, I know that I can import a svg file into a TileMap node, but it’ll be rasterized and act just like a png. Searching around YT and google aren’t yielding many results about using vector graphics with Godot.

    • I Cast FistOP
      link
      fedilink
      English
      111 months ago

      Is there a way to apply bezier curves to polygons? I can’t see anything regarding curves or “bezier” in the polygon docs. There is a Curve2D object type, so it seems I’d have to extend it