aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/editor.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor.mjs')
-rw-r--r--src/editor.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor.mjs b/src/editor.mjs
index 819cf68..dc21730 100644
--- a/src/editor.mjs
+++ b/src/editor.mjs
@@ -965,7 +965,7 @@ new window.MutationObserver(mutaions => {
965 */ 965 */
966const addMapRandomlyByPreset = () => { 966const addMapRandomlyByPreset = () => {
967 const yamlText = [ 967 const yamlText = [
968 'apply: dist/default.yml', 968 'apply: ./assets/default.yml',
969 'width: 85%', 969 'width: 85%',
970 'height: 200px', 970 'height: 200px',
971 ] 971 ]