From 97772d3cc4f82c3f55c6c17419ea592aca0a45b4 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 21 Dec 2019 17:40:35 -0500 Subject: [PATCH] Reduce a few default dimensions a bit --- features.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features.js b/features.js index b9e3d07..6c7dded 100644 --- a/features.js +++ b/features.js @@ -558,7 +558,7 @@ options = [ "name": "Hand length", "id": "baseHandLength", "type": "float", - "default": "0.25", + "default": "0.2", "unit": "length" }, { @@ -572,7 +572,7 @@ options = [ "name": "Ass area", "id": "baseAssArea", "type": "float", - "default": "0.2", + "default": "0.1", "unit": "area" }, { @@ -890,7 +890,7 @@ options = [ "name": "Anus diameter", "id": "baseAnalVoreDiameter", "type": "float", - "default": "0.2", + "default": "0.1", "unit": "length" }, {