mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 04:16:50 +01:00
Set the outline to white and disable it by default in PaintCurve2D.
This commit is contained in:
parent
fc91416394
commit
014e928e47
@ -917,8 +917,9 @@ PaintCurve2D::PaintCurve2D() {
|
||||
_fill_invert_border = 100;
|
||||
_fill_antialiased = false;
|
||||
|
||||
_outline_enabled = true;
|
||||
_outline_enabled = false;
|
||||
//_outline_color = Color(0.5, 0.6, 1.0, 0.7);
|
||||
_outline_color = Color(1, 1, 1);
|
||||
_outline_width = 2;
|
||||
_outline_tex_scale = Vector2(1, 1);
|
||||
_outline_tex_tile = false;
|
||||
|
Loading…
Reference in New Issue
Block a user