Skip to content

Commit

Permalink
Update tutorials/2d/custom_drawing_in_2d.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Raul Santos <raulsntos@gmail.com>
  • Loading branch information
jynus and raulsntos authored Dec 20, 2023
1 parent 846b324 commit 2ba385e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/2d/custom_drawing_in_2d.rst
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ inspector panel:
[Export]
public Color Color { get; set; } = Colors.Green;
[Export]
Boolean antialiasing = false;
public bool AntiAliasing { get; set; } = false;

private Vector2 point2;
}
Expand Down

0 comments on commit 2ba385e

Please sign in to comment.