Added edit button group to tour

This commit is contained in:
peteruithoven 2014-01-17 12:10:34 +01:00
parent 88b711d1f3
commit bc4426faba
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@
<h2>Doodle area</h2>
<p>This is the drawing canvas. Unleash your inner artist!</p>
</li>
<li data-id="btnToggleEdit" data-button="Next" data-options="tipLocation:right">
<h2>Edit</h2>
<p>Behind this button you'll find buttons to do simple 2D edits</p>
</li>
<li data-id="preview" data-button="Next" data-options="tipLocation:left">
<h2>Preview</h2>
<p>The preview field shows a preview of how your doodle will look in real life.</p>