begin_structure 20 ;		% Static structure 20 %
	Text_path  2 ;
	Text3
		  1	 -1	 0
		"Left"
	;

	Text_path  4 ;
	Text3
		  1	  1	 0
		"Down"
	;

	Text_path  1 ;
	Text3
		 -1	  1	 0
		"Right"
	;

	Text_path  3 ;
	Text3
		 -1	 -1	 0
		"Up Up"
	;
end_structure ;			% Structure 20  %

