Просмотр исходного кода

Improve formatting of the help page a bit and update it

tags/v0.1.0
Fen Dweller 5 лет назад
Родитель
Сommit
f209e39a50
3 измененных файлов: 13 добавлений и 2 удалений
  1. +1
    -1
      macrovision.css
  2. +11
    -0
      macrovision.html
  3. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.css Просмотреть файл

@@ -473,7 +473,7 @@ body.toggle-bottom-name .bottom-name {
#help ul { #help ul {
text-align: left; text-align: left;
list-style: circle; list-style: circle;
width: 75vw;
width: 75%;
} }


#help li { #help li {


+ 11
- 0
macrovision.html Просмотреть файл

@@ -50,10 +50,21 @@
<h1>Adding/removing entities</h1> <h1>Adding/removing entities</h1>
<p> <p>
<ul> <ul>
<li>Add new entities with the selection boxes at the top</li>
<li>Remove the selected entity with the Delete key</li> <li>Remove the selected entity with the Delete key</li>
<li>Alternatively, drag them off the top of the screen</li> <li>Alternatively, drag them off the top of the screen</li>
</ul> </ul>
</p> </p>
<h1>Sharing</h1>
<p>
<ul>
<li>You can copy a screenshot to your clipboard or save an image to your device in the topbar</li>
<li>To share a scene with others, you can get a link with the Permalink button</li>
<li>Alternatively, you can export the scene as text, or import one from your clipboard</li>
<li>You can also save one scene to your browser and load it later</li>
<li>The current scene is autosaved when closing the tool. You can reload it from the menu.</li>
</ul>
</p>
<button id="close-help">Close</button> <button id="close-help">Close</button>
</div> </div>
<div id="popout-menu"> <div id="popout-menu">


+ 1
- 1
macrovision.js Просмотреть файл

@@ -1297,7 +1297,7 @@ function prepareMenu() {
} }
} }


const lastHelpChange = 1585487259753;
const lastHelpChange = 1587679987757;


function checkHelpDate() { function checkHelpDate() {
try { try {


Загрузка…
Отмена
Сохранить