mirror of
https://github.com/godotengine/godot.git
synced 2024-12-09 10:09:20 +08:00
Make Line2D be white by default
This commit is contained in:
parent
5f645e5d84
commit
458cbef64e
@ -43,7 +43,7 @@ Line2D::Line2D() {
|
||||
_begin_cap_mode = LINE_CAP_NONE;
|
||||
_end_cap_mode = LINE_CAP_NONE;
|
||||
_width = 10;
|
||||
_default_color = Color(0.4, 0.5, 1);
|
||||
_default_color = Color(1, 1, 1);
|
||||
_texture_mode = LINE_TEXTURE_NONE;
|
||||
_sharp_limit = 2.f;
|
||||
_round_precision = 8;
|
||||
|
Loading…
Reference in New Issue
Block a user