Browse Source

generate a few cubes on startup.

Lucas Stadler 12 years ago
parent
commit
b5381d7547
1 changed files with 1 additions and 0 deletions
  1. 1 0
      js/pixl/public/thrixl.html

+ 1 - 0
js/pixl/public/thrixl.html

190
190
191
		render();
191
		render();
192
192
193
		trixl.generate.many(100, -25, 25);
193
	</script>
194
	</script>
194
</body>
195
</body>
195
</html>
196
</html>