Skip to content

Commit 481fcba

Browse files
committed
Fix the coin counter.
1 parent 3daf29b commit 481fcba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/3d-car-coin-hunt/3d-car-coin-hunt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4017,7 +4017,7 @@
40174017
"RemainingText",
40184018
"Text",
40194019
"=",
4020-
"\"Remaining: \" + ToString(SceneInstancesCount(Coin))"
4020+
"\"Remaining: \" + ToString(SceneInstancesCount(Coin) - 20)"
40214021
]
40224022
}
40234023
],

0 commit comments

Comments
 (0)