addd boolean attribute to implement wireframe

This commit is contained in:
jfh
2020-10-20 23:54:06 +02:00
parent 256e602a96
commit f9143671c3
6 changed files with 42 additions and 39 deletions

View File

@@ -121,7 +121,7 @@
<div id="editor_panel">
<div class="tool_sep"></div>
<tool-button id="tool_source" title="Edit Source" shortcut="U" src="./images/source.svg"></tool-button>
<div class="tool_button" id="tool_wireframe" title="Wireframe Mode [F]"></div>
<tool-button id="tool_wireframe" title="Wireframe Mode" shortcut="F" src="./images/wireframe.svg"></tool-button>
</div>
<!-- History buttons -->
<div id="history_panel">