forked from jaammees/lvllvl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodeSelect.html
More file actions
28 lines (20 loc) · 792 Bytes
/
modeSelect.html
File metadata and controls
28 lines (20 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<div>
<!--
<label><input type="radio" name="editorMode" id="mode3d" value="3d" checked="checked"> 3d</label>
<label><input type="radio" name="editorMode" id="modeWalk" value="walk"> Walk</label>
-->
<label><input type="radio" name="editorMode" id="mode2d" value="2d"> 2d</label>
<label><input type="radio" name="editorMode" id="modeSprite" value="sprite"> Sprite</label>
<label><input type="radio" name="editorMode" id="modeMusic" value="music"> Music</label>
<label><input type="radio" name="editorMode" id="modeAssembler" value="assembler"> Assembler</label>
<!--
<label><input type="radio" name="editorMode" id="modeC64" value="c64"> C64</label>
-->
</div>