mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
Added 3D preview to Heightmap editor
This commit is contained in:
parent
a99e81035c
commit
6a10692b22
8 changed files with 51136 additions and 2 deletions
11
index.css
11
index.css
|
|
@ -2028,6 +2028,15 @@ svg.button {
|
|||
stroke-width: 1.4;
|
||||
}
|
||||
|
||||
#_3dpreview {
|
||||
}
|
||||
|
||||
#_3dpreviewEditor {
|
||||
overflow-y: initial;
|
||||
overflow-x: initial;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#legend {
|
||||
cursor: move;
|
||||
-moz-user-select: none;
|
||||
|
|
@ -2079,4 +2088,4 @@ svg.button {
|
|||
.drag-trigger {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue