diff --git a/tutorials/2d/custom_drawing_in_2d.rst b/tutorials/2d/custom_drawing_in_2d.rst index 1a470832a..2e93a6040 100644 --- a/tutorials/2d/custom_drawing_in_2d.rst +++ b/tutorials/2d/custom_drawing_in_2d.rst @@ -68,7 +68,7 @@ redrawn if modified: extends Node2D - var texture setget _set_texture + export var texture setget _set_texture func _set_texture(value): #if the texture variable is modified externally,