mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 09:57:51 +02:00
Changed coin value
This commit is contained in:
parent
b00ff7a81c
commit
10d55666f2
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@
|
|||
if (element.isColliding(bird)) {
|
||||
element.clear();
|
||||
collected = index;
|
||||
moveScore(10);
|
||||
moveScore(1);
|
||||
|
||||
if (coinsSound.downloaded && !injector) {
|
||||
injector = Audio.playSound(coinsSound, { position: to3DPosition({ x: newPipesPosition, y: newPipesHeight }), volume: 0.1 });
|
||||
|
|
Loading…
Reference in a new issue