mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 02:01:22 +01:00
3d preview to Heightmap editor (#329)
This commit is contained in:
parent
efd9159737
commit
0e308079aa
8 changed files with 51152 additions and 2 deletions
11
index.css
11
index.css
|
|
@ -2011,6 +2011,15 @@ svg.button {
|
|||
stroke-width: 1.4;
|
||||
}
|
||||
|
||||
#_3dpreview {
|
||||
}
|
||||
|
||||
#_3dpreviewEditor {
|
||||
overflow-y: initial;
|
||||
overflow-x: initial;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#legend {
|
||||
cursor: move;
|
||||
-moz-user-select: none;
|
||||
|
|
@ -2062,4 +2071,4 @@ svg.button {
|
|||
.drag-trigger {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue