From 624fea172a5d7bca54c1ebc2093434530a83ee9d Mon Sep 17 00:00:00 2001 From: Narek Torosyan Date: Sun, 27 Dec 2020 17:58:07 +0400 Subject: [PATCH] Add checkbox --- index.htm | 1 + js/main.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.htm b/index.htm index 0a5a33d..f1b1493 100644 --- a/index.htm +++ b/index.htm @@ -221,6 +221,7 @@
+
diff --git a/js/main.js b/js/main.js index a167a74..0f53024 100644 --- a/js/main.js +++ b/js/main.js @@ -373,7 +373,7 @@ function handleInput(){ nameStrikethrough = getCheckBoxInput("namestrikethrough"); useDisabledSlots = getCheckBoxInput("usedisabledslots"); - + give = getCheckBoxInput("slashgive"); body.set(getRangeInput("bodyX"), getRangeInput("bodyY"), getRangeInput("bodyZ")); head.set(getRangeInput("headX"), getRangeInput("headY"), getRangeInput("headZ"));