level 5 is too hard - reduce llama % by 10.
This commit is contained in:
parent
4db6dd2c5f
commit
2c6a818f65
2
cat.html
2
cat.html
|
@ -3704,7 +3704,7 @@ function getrandomtype() {
|
||||||
thinglist.push({ type: 'special', pct: 10 } );
|
thinglist.push({ type: 'special', pct: 10 } );
|
||||||
}
|
}
|
||||||
if (!game.isbanned(curlevel, 'goat')) thinglist.push({ type: 'goat', pct: 10 } );
|
if (!game.isbanned(curlevel, 'goat')) thinglist.push({ type: 'goat', pct: 10 } );
|
||||||
if (!game.isbanned(curlevel, 'llama')) thinglist.push({ type: 'llama', pct: 20 } );
|
if (!game.isbanned(curlevel, 'llama')) thinglist.push({ type: 'llama', pct: 10 } );
|
||||||
if (!game.isbanned(curlevel, 'food')) thinglist.push({ type: 'food', pct: 40 } );
|
if (!game.isbanned(curlevel, 'food')) thinglist.push({ type: 'food', pct: 40 } );
|
||||||
if (!game.isbanned(curlevel, 'cat')) thinglist.push({ type: 'cat', pct: 45 } );
|
if (!game.isbanned(curlevel, 'cat')) thinglist.push({ type: 'cat', pct: 45 } );
|
||||||
}
|
}
|
||||||
|
|
4
todo
4
todo
|
@ -32,11 +32,9 @@ https://www.smashingmagazine.com/2012/10/design-your-own-mobile-game/
|
||||||
|
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
|
||||||
don't set dirty on mousemove unles your'e doing something
|
|
||||||
|
|
||||||
fireworks when you achieve a goal
|
fireworks when you achieve a goal
|
||||||
*flash for now
|
*flash for now
|
||||||
fireworks later.
|
fireworks later.
|
||||||
|
|
Loading…
Reference in New Issue