You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1) readmefirst.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ <h2>Project Structure:</h2>
60
60
<ul>
61
61
<li><strong>gameloader.html</strong> - Main game engine file</li>
62
62
<li><strong>level1.js, level2.js, etc.</strong> - Individual level data files</li>
63
+
<li><strong>levelstore.html</strong> - Download and view online levels</li>
63
64
</ul>
64
65
</li>
65
66
@@ -82,9 +83,8 @@ <h2>Main Files:</h2>
82
83
<divclass="section">
83
84
<h2>Notes:</h2>
84
85
<ul>
85
-
<li>Custom levels created in the level editor will be exported as zip files</li>
86
-
<li>To add your custom music, place audio files in the /Sound/Level Soundtracks folder</li>
87
-
<li>The game automatically detects and loads all level files that are putin the /Levels directory</li>
86
+
<li>Custom levels created in the level editor will be exported as zip files and you will be redirected to a Google Form to submit them to be uploaded as online levels.</li>
87
+
<li>To add level custom music, for now, place audio files in the /Sound/Level Soundtracks folder</li>
0 commit comments