Bugfixes and ability to better specify filter and repeat modes everywhere.
Removes antialiased flag for draw_* methods.
This commit is contained in:
parent
1b4281b895
commit
e1b3444415
40 changed files with 512 additions and 240 deletions
|
|
@ -176,7 +176,7 @@ void RayCast2D::_notification(int p_what) {
|
|||
draw_col.g = g;
|
||||
draw_col.b = g;
|
||||
}
|
||||
draw_line(Vector2(), cast_to, draw_col, 2, true);
|
||||
draw_line(Vector2(), cast_to, draw_col, 2);
|
||||
Vector<Vector2> pts;
|
||||
float tsize = 8;
|
||||
pts.push_back(xf.xform(Vector2(tsize, 0)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue