Are there simple shapes for 2d prototyping?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By RoniPerson

I do a lot of 2d prototyping in last time. But when it comes to simple shapes I use the Polygon2D Node and set ther verticeies manualy. For a rect this is ok but when you want a circle or a hexagon its realy hard. In 3D you can use the meshinstance and the predfined meshes. Yes there is a meshinstance2d but it uses the 3d mesh types so is it using the 3d engine?

So what is the best way to get simple shapes like circle or hexagon for 2D Prototyping?

:bust_in_silhouette: Reply From: Andrea

not that i know, but you can save the vertexes from a polygon you constructed and use it multiple time for different polygon nodes

:bust_in_silhouette: Reply From: nimmda

Check this out: GitHub - GDQuest/game-sprites: A library of Free game assets to prototype your games

These are sprites from qdquest also for prototyping in 2D.

And of course https://kenney.nl/ has a great library of free assets.

Have fun :slight_smile: