mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 12:15:06 -04:00
Explanation for perks in help, coins speed limit to avoid clipping, adapted coin spawn rate
This commit is contained in:
parent
abdab7ad55
commit
5860e6119e
4 changed files with 533 additions and 514 deletions
|
@ -73,10 +73,6 @@ function addLevelEditorToList(level, levelIndex) {
|
|||
<button data-offset-x="0" data-offset-y="1" data-level="${levelIndex}">D</button>
|
||||
<input type="color" value="${level.color || ''}" data-level="${levelIndex}" />
|
||||
<button data-level="${levelIndex}" data-set-bg-svg="true" >${svg?'replace':'set'}</button>
|
||||
<label>
|
||||
<input type="checkbox" data-field="squared" ${level.squared ? 'checked':''} data-level="${levelIndex}" />
|
||||
sqare
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" data-field="focus" ${level.focus ? 'checked':''} data-level="${levelIndex}" />
|
||||
focus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue