mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 12:36:15 -04:00
Background issues in steps level
This commit is contained in:
parent
edfc8b4f08
commit
5725d90470
4 changed files with 110 additions and 111 deletions
|
@ -30,6 +30,8 @@ There's also an easy mode for kids (slower ball).
|
|||
|
||||
# bugs
|
||||
|
||||
- perk : travel map
|
||||
- stairs level has no bg, probably svg -1
|
||||
* [colin] parfois je dois appuyer plusieurs fois sur "Start a new run" pour vraiment commencer une nouvelle partie. dans ce cas, lhécran de jeu derrière se "désassombrit" comme si le jeu avait démarré plusieurs parties en même temps.
|
||||
* [colin] lorsque le puck est trop petit, l'affichage du combo disparaît. mais c'est peut-être volontaire pour qu'il ne dépasse pas du puck ? afficher simplement le chiffre serait suffisant et tiendrait dans le puck
|
||||
* [colin] le niveau bug parfois et ne peux pas démarrer. dans ce cas, la balle apparait comme démarrant sans être attachée au puck, comme si la partie avait déjà commencée. il faut redémarrer B71 pour que ça fonctionne
|
||||
|
@ -48,7 +50,7 @@ There's also an easy mode for kids (slower ball).
|
|||
|
||||
|
||||
# Game engine features
|
||||
|
||||
- save state in localstorage for easy resume of a game in progress
|
||||
- ask for permanent storage
|
||||
- more help somewhere accessible
|
||||
- limit GC by reusing coins and particles
|
||||
|
|
209
dist/index.html
vendored
209
dist/index.html
vendored
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,4 @@
|
|||
[
|
||||
"<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20'><path d='M3.25 10h13.5M10 3.25v13.5' stroke-width='1' stroke='white' fill='none'/></svg>",
|
||||
[ "<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20'><path d='M3.25 10h13.5M10 3.25v13.5' stroke-width='1' stroke='white' fill='none'/></svg>",
|
||||
"<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40'><path d='M11 6a5 5 0 01-5 5 5 5 0 01-5-5 5 5 0 015-5 5 5 0 015 5' stroke='none' fill='white'/></svg>",
|
||||
"<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20'><path d='M10-10L20 0v10L10 0zM20 0L10-10V0l10 10zm0 10L10 0v10l10 10zm0 10L10 10v10l10 10zM0 20l10-10v10L0 30zm0-10L10 0v10L0 20zM0 0l10-10V0L0 10z' stroke-width='1' stroke='white' fill='none'/></svg>",
|
||||
"<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40'><path d='M15.986 4.186 4.1 16.072v.58L16.566 4.186Zm7.62 0 12.38 12.38v-.58l-11.8-11.8Zm12.38 19.248L23.52 35.9h.58l11.886-11.886ZM4.1 23.52v.58l11.8 11.8h.58z' stroke-width='1' stroke='white' fill='none'/></svg>",
|
||||
|
|
|
@ -36,7 +36,8 @@
|
|||
"name": "Stairs",
|
||||
"size": 8,
|
||||
"bricks": "tt______tt______bbtt____bbtt____vvbbtt__vvbbtt__ppvvbbttppvvbbtt",
|
||||
"svg": 14
|
||||
"svg": 18,
|
||||
"color": ""
|
||||
},
|
||||
{
|
||||
"name": "Dots",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue