From e598653d4a992ba26749113fe633e627f18e2d89 Mon Sep 17 00:00:00 2001 From: Hana - Piralein <48352564+Piralein@users.noreply.github.com> Date: Sun, 20 Aug 2023 14:52:35 +0200 Subject: [PATCH] add missing annotation prefix --- tutorials/best_practices/godot_interfaces.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/best_practices/godot_interfaces.rst b/tutorials/best_practices/godot_interfaces.rst index c2a7e0782..a4d453701 100644 --- a/tutorials/best_practices/godot_interfaces.rst +++ b/tutorials/best_practices/godot_interfaces.rst @@ -58,7 +58,7 @@ access. @export var script_type: Script # Must configure from the editor, defaults to null. - export var const_script: Script: + @export var const_script: Script: set(value): if Engine.is_editor_hint(): const_script = value