From d4ce6a3e51113c772f55656a9dbe9e869d3d1a28 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sun, 29 Sep 2019 13:54:16 +0200 Subject: [PATCH] small adjustment to line lengths --- tsmeetup201909/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsmeetup201909/index.html b/tsmeetup201909/index.html index f0b818e..0d3b05b 100755 --- a/tsmeetup201909/index.html +++ b/tsmeetup201909/index.html @@ -212,9 +212,9 @@ … <a-entity …> <a-entity id="ship" …> - <a-cylinder position="0 0 0" radius=".4" height="0.04" color="#CCC0DD"></a-cylinder> - <a-cylinder rotation="90 0 0" position="0.2 0.05 .9" radius=".03" height=".8" color="#CCC0DD"></a-cylinder> - <a-cylinder rotation="90 0 0" position="-0.2 0.05 .9" radius=".03" height=".8" color="#CCC0DD"></a-cylinder> + <a-cylinder radius=".4" height="0.04" color="#CCC0DD" …></a-cylinder> + <a-cylinder rotation="90 0 0" radius=".03" height=".8" …></a-cylinder> + <a-cylinder rotation="90 0 0" radius=".03" height=".8" …></a-cylinder> … </a-entity> </a-entity> -- 2.35.3