integ/renkan/js/defaults.js
changeset 6 92160118bd31
parent 4 1fa074d64662
child 38 28581a98c626
--- a/integ/renkan/js/defaults.js	Wed Apr 03 19:02:12 2013 +0200
+++ b/integ/renkan/js/defaults.js	Thu Apr 04 15:45:09 2013 +0200
@@ -22,6 +22,7 @@
     	/* In snapshot mode, clicking on the floppy will save a snapshot. Otherwise, it will show the connection status */
 	show_top_bar: true,
 		/* Show the top bar, (title, buttons, users) */
+	default_user_color: "#303030",
 	
 	/* MINI-MAP OPTIONS */
 	
@@ -46,6 +47,7 @@
     	/* Show circles for nodes */
 	clip_node_images: true,
 		/* Constraint node images to circles */
+	node_size_base: 25,
 	node_stroke_width: 2,
 	selected_node_stroke_width: 4,
 	node_fill_color: "#ffffff",