mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 20:46:14 -04:00
wip
This commit is contained in:
parent
7f001fb168
commit
9201a78de2
2 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@ The "engine" could be better
|
||||||
- sound when ball changes color
|
- sound when ball changes color
|
||||||
- option : don't pause on mobile when lifting finger
|
- option : don't pause on mobile when lifting finger
|
||||||
- option : accelerated relative movements on mobile
|
- option : accelerated relative movements on mobile
|
||||||
|
- maybe just have 10 background, and always use the same one for the nth level of each run ?
|
||||||
|
|
||||||
There are many possible perks left to implement :
|
There are many possible perks left to implement :
|
||||||
- offer next level choice after upgrade pick
|
- offer next level choice after upgrade pick
|
||||||
|
|
|
@ -535,7 +535,7 @@ let allLevels=[
|
||||||
null,
|
null,
|
||||||
"#5BECEC"
|
"#5BECEC"
|
||||||
],
|
],
|
||||||
"svg": "<svg xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" width=\"45.491\" height=\"44.293\" viewBox=\"0 0 12.036 11.719\"><path d=\"M-.036-.081h12.157V11.82H-.036z\" style=\"fill:#000;stroke:none;stroke-width:.112189;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers stroke fill;stop-color:#000\"/><path d=\"M6.677 5.459a.86.86 0 0 1-.858.86.86.86 0 0 1-.863-.856.86.86 0 0 1 .855-.865.86.86 0 0 1 .866.852\" style=\"fill:none;stroke:#fff;stroke-width:.307996;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;-inkscape-stroke:none;paint-order:markers stroke fill;stop-color:#000\"/></svg>"
|
"svg": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Lines",
|
"name": "Lines",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue