From d3561183fbc59f8f907d2445f380a6a8a0f560d0 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 10 Dec 2013 16:03:54 +0000 Subject: Control node template --- rotord/src/nodes_drawing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/src/nodes_drawing.h') diff --git a/rotord/src/nodes_drawing.h b/rotord/src/nodes_drawing.h index f2ed0ae..cbc8702 100644 --- a/rotord/src/nodes_drawing.h +++ b/rotord/src/nodes_drawing.h @@ -128,8 +128,8 @@ namespace Rotor { title="UI_text"; description="Draws text entered by the user"; create_attribute("text","Text to draw","Text","hello, world!"); + create_attribute("UItype" "UI type","UI type to use","text",{"text"}); NODEID="22b47bea-52a9-11e3-b2b3-74d02b29f6a6"; - UItype="text"; }; UI_text(map &settings):UI_text() { base_settings(settings); -- cgit v1.2.3