From 3cb5b69d83af08f633455b0352dc5eafac52f95c Mon Sep 17 00:00:00 2001 From: Evolvedexperiment Date: Mon, 28 Oct 2019 19:46:21 +0000 Subject: [PATCH] Added 3d options --- index.css | 4 + index.html | 48 +++++++ modules/save-and-load.js | 44 ++++++- modules/ui/3d.js | 274 ++++++++++++++++++++++++++++++++++++--- modules/ui/options.js | 3 +- 5 files changed, 355 insertions(+), 18 deletions(-) diff --git a/index.css b/index.css index 877f4e4e..120de67a 100644 --- a/index.css +++ b/index.css @@ -1987,6 +1987,10 @@ svg.button { border: dashed 1px #5d4651; } +#threeDOptions { + background-color: #a48b95; +} + #debug { font-size: 1px; opacity: .8; diff --git a/index.html b/index.html index 20afab01..6b479f51 100644 --- a/index.html +++ b/index.html @@ -2536,6 +2536,54 @@ + +