Started implementing editor modes

Added prompt in the create menu to choose an editor mode.
This commit is contained in:
unsettledgames
2020-07-20 12:59:04 +02:00
parent d4497c4a83
commit e9e1ba96da
7 changed files with 79 additions and 2 deletions

View File

@ -911,6 +911,14 @@ svg {
font-style: italic;
}
#editor-mode-info {
font-style:italic;
}
#editor-mode {
display:none;
}
#compatibility-warning {
display: flex;
justify-content: center;