Need to draw hexagon grid say 24x32 hexs for game. Can GDEVELMENT do this?
For sure. You’ll need to work out the algorithm to calculate the vertices/corners of each hexagonal cell and use a ShapePainter to draw the lines.
Or, you can create a sprite of a hexagon, and place multiple instances of it in the scene.