adding export makes the example clearer

This commit is contained in:
Juan Linietsky
2016-07-14 12:57:26 -03:00
committed by GitHub
parent 577559cfe9
commit b955459479

View File

@@ -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,