godot/doc
PouleyKetchoupp e6ebc43d72 Fixed antialiased option for Polygon2D / Line2D
Polygon2D:
The property wasn't used anymore after switching from canvas_item_add_polygon() to canvas_item_add_triangle_array() for drawing.

Line2D:
Added the same property as for Polygon2D & fixed smooth line drawing to use indices correctly.

Fixes #26823
2019-11-28 22:57:27 +01:00
..
classes Fixed antialiased option for Polygon2D / Line2D 2019-11-28 22:57:27 +01:00
tools makerst: Separate signals/enums/properties/methods with a line 2019-10-24 19:06:09 +02:00
Doxyfile
Makefile