mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00: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