ソースを参照

Improve formatting of the help page a bit and update it

tags/v0.1.0
Fen Dweller 5年前
コミット
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 {
text-align: left;
list-style: circle;
width: 75vw;
width: 75%;
}

#help li {


+ 11
- 0
macrovision.html ファイルの表示

@@ -50,10 +50,21 @@
<h1>Adding/removing entities</h1>
<p>
<ul>
<li>Add new entities with the selection boxes at the top</li>
<li>Remove the selected entity with the Delete key</li>
<li>Alternatively, drag them off the top of the screen</li>
</ul>
</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>
</div>
<div id="popout-menu">


+ 1
- 1
macrovision.js ファイルの表示

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

const lastHelpChange = 1585487259753;
const lastHelpChange = 1587679987757;

function checkHelpDate() {
try {


読み込み中…
キャンセル
保存