mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
adding export makes the example clearer
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user