sl desc fix
This commit is contained in:
parent
d28f5cad38
commit
e6cd75eda4
|
|
@ -11373,21 +11373,21 @@ color1 and color2 spread through striped paint like dye does with itself. <u>col
|
|||
};
|
||||
|
||||
var saveLoaderDescription = `<div>
|
||||
<span id="downloadButton" onclick=savePrompt() style="color: #FF00FF;">Download simulation</span>
|
||||
<span id="copyButton" onClick=copySaveJSON() style="color: #FF66FF;">Alternatively, copy simulation JSON</span>
|
||||
<span id="downloadButton" onclick=savePrompt() style="color: #FF00FF;">Download simulation</span>
|
||||
<span id="copyButton" onClick=copySaveJSON() style="color: #FF66FF;">Alternatively, copy simulation JSON</span>
|
||||
|
||||
<span id="fileFormStatus">No file loader status</span>
|
||||
One file, please: <input type="file" name="Save upload button" id="myfile">
|
||||
<button id="loadButton" onclick=loadFile() style="color: #FF00FF;">Load File</button>
|
||||
<span>Or paste JSON</span>
|
||||
<span id="textFormStatus">No text loader status</span>
|
||||
<input name="Text load field" id="mytext">
|
||||
<button id="textLoadButton" onclick=loadText() style="color: #FF66FF;">Load Text</button>
|
||||
<span id="fileFormStatus">No file loader status</span>
|
||||
One file, please: <input type="file" name="Save upload button" id="myfile">
|
||||
<button id="loadButton" onclick=loadFile() style="color: #FF00FF;">Load File</button>
|
||||
<span>Or paste JSON</span>
|
||||
<span id="textFormStatus">No text loader status</span>
|
||||
<input name="Text load field" id="mytext">
|
||||
<button id="textLoadButton" onclick=loadText() style="color: #FF66FF;">Load Text</button>
|
||||
|
||||
<span id="pixelSizeStatus">No size setter status</span>
|
||||
Pixel size (rendering only): <input id="pixelSize"> (Use if the save looks cut off)
|
||||
<button id="sizeButton" onclick=setPixelSize() style="color: #FF00FF;">Set pixel size</button>
|
||||
</div>`;
|
||||
<span id="pixelSizeStatus">No size setter status</span>
|
||||
Pixel size (rendering only): <input id="pixelSize"> (Use if the save looks cut off)
|
||||
<button id="sizeButton" onclick=setPixelSize() style="color: #FF00FF;">Set pixel size</button>
|
||||
</div>`;
|
||||
|
||||
elements.save_loader = {
|
||||
behavior: behaviors.SELFDELETE,
|
||||
|
|
|
|||
Loading…
Reference in New Issue