From 41abfda314463836dd704500703924c3882435df Mon Sep 17 00:00:00 2001 From: JannisX11 Date: Wed, 29 Apr 2020 23:35:47 +0200 Subject: [PATCH] v3.5.2 --- css/panels.css | 28 +- index.html | 2 +- js/animations.js | 3 +- js/interface/menu.js | 10 +- js/io/bedrock.js | 7 + js/io/gltf.js | 7 +- js/io/modded_entity.js | 46 +- js/outliner/cube.js | 6 +- js/plugin_loader.js | 6 +- js/texturing/texture_generator.js | 8 +- js/texturing/uv.js | 30 +- lang/fr.json | 2 +- lang/it.json | 2 +- lang/ja.json | 2 +- lang/ko.json | 2 +- lang/nl.json | 2 +- lang/pl.json | 2 +- lang/pt.json | 2 +- lang/ru.json | 2 +- lang/sv.json | 2 +- lang/zh.json | 2 +- package-lock.json | 1941 ----------------------------- package.json | 3 +- 23 files changed, 101 insertions(+), 2016 deletions(-) delete mode 100644 package-lock.json diff --git a/css/panels.css b/css/panels.css index 03029bbe8..ff45668bf 100644 --- a/css/panels.css +++ b/css/panels.css @@ -793,6 +793,18 @@ width: 7px; background-color: var(--color-text); } + #uv_size .ui-resizable-se, + #uv_size .ui-resizable-sw, + #uv_size .ui-resizable-ne, + #uv_size .ui-resizable-nw { + height: 9px; + width: 9px; + } + #uv_size .ui-resizable-se {right: -6px; bottom: -6px; z-index: 91 !important;} + #uv_size .ui-resizable-sw {left: -6px; bottom: -6px;} + #uv_size .ui-resizable-ne {right: -6px; top: -6px;} + #uv_size .ui-resizable-nw {left: -6px; top: -6px;} + #uv_frame:hover #uv_size .ui-resizable-handle:before { background-color: white; } @@ -803,20 +815,20 @@ background-color: var(--color-accent); } #uv_size .ui-resizable-se:before { - bottom: 1px; - right: 1px; + bottom: 2px; + right: 2px; } #uv_size .ui-resizable-sw:before { - bottom: 1px; - left: 1px; + bottom: 2px; + left: 2px; } #uv_size .ui-resizable-ne:before { - top: 1px; - right: 1px; + top: 2px; + right: 2px; } #uv_size .ui-resizable-nw:before { - top: 1px; - left: 1px; + top: 2px; + left: 2px; } #texture_selection_rect { diff --git a/index.html b/index.html index 24ae4d553..7901ebf3e 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@