update examples codes.

This commit is contained in:
2020-10-19 22:26:42 +08:00
parent 7f38492dcc
commit 5972d075b3
7 changed files with 46 additions and 253 deletions

View File

@@ -23,8 +23,8 @@ static Vector4f color(1,1,1,1);
struct Line2DConfig
{
float width=2.0f;
float border=0.75f;
float width=20.0f;
float border=5.0f;
};
static Line2DConfig line_2d_config;