Skip to content

Commit

Permalink
[HTML5] Add logo and favicon to editor html.
Browse files Browse the repository at this point in the history
  • Loading branch information
Faless committed Dec 9, 2020
1 parent e31c6d4 commit 6bc07cf
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/dist/html/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@
<option value="GLES3">WebGL 2</option>
</select>
<br />
<img src="logo.svg">
<br />
<label for="zip-file" style="margin-right: 1rem">Preload project ZIP:</label> <input id="zip-file" type="file" id="files" name="files" style="margin-bottom: 1rem"/>
<br />
<button id="startButton" class="btn" style="margin-bottom: 4rem">Start Godot editor</button>
Expand Down
Loading

0 comments on commit 6bc07cf

Please sign in to comment.