summaryrefslogtreecommitdiffstats
path: root/scene/2d/line_2d.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-051-0/+28
|
* Added Line2D node that draws a polygon-based lineMarc Gilleron2017-01-151-0/+80
It supports unlimited width, color gradient, texture and some geometry options for joints and caps. Also transparency without artifacts (provided that line joints aren't too sharp).