From 67361632923ecc43de32be929fe8242e527235e2 Mon Sep 17 00:00:00 2001 From: Lars Martens Date: Thu, 2 Feb 2017 15:48:30 +0100 Subject: [PATCH] added marker tag --- index.htm | 1 + js/main.js | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/index.htm b/index.htm index 45cabfd..297f6de 100644 --- a/index.htm +++ b/index.htm @@ -52,6 +52,7 @@


+
diff --git a/js/main.js b/js/main.js index c31bfdd..dfc2d06 100644 --- a/js/main.js +++ b/js/main.js @@ -39,6 +39,7 @@ var noBasePlate = false; var noGravity = false; var showArms = false; var small = false; +var marker = false; var useEquipment; var equipHandRight; @@ -272,6 +273,7 @@ function handleInput(){ noGravity = getCheckBoxInput("nogravity"); showArms = getCheckBoxInput("showarms"); small = getCheckBoxInput("small"); + marker = getCheckBoxInput("marker"); useEquipment = getCheckBoxInput("useequipment"); equipHandRight = getInput("equipHandRight"); @@ -417,6 +419,8 @@ function generateCode(){ tags.push("ShowArms:1b"); if(small) tags.push("Small:1b"); + if(marker) + tags.push("Marker:1b"); //Sliders if(rotation != 0)