mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 12:15:06 -04:00
Fixed small issues
This commit is contained in:
parent
ed535cf470
commit
f74f595a4d
4 changed files with 14 additions and 24 deletions
|
@ -84,10 +84,7 @@ function addLevelEditorToList(level, levelIndex) {
|
|||
<input type="checkbox" data-field="black_puck" ${level.black_puck ? 'checked':''} data-level="${levelIndex}" />
|
||||
black_puck
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" data-field="draft" ${level.draft ? 'checked':''} data-level="${levelIndex}" />
|
||||
draft
|
||||
</label>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="level-bricks-preview" id="bricks-of-${levelIndex}" >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue