Kovak / CBL_SECRET_PROTOTYPE_RUNNING_GAME

0 stars 0 forks source link

Improve Coins #17

Open Kovak opened 11 years ago

Kovak commented 11 years ago

Graphically: Let's remove the little blue man from the coin images, and work out how to get particle effects to display on a chosen number of coins.

Gameplay wise:

Let's get in coins that increase your score multiplier and also increase speed lets say +1 to score multiplier 1.1x speed or something to start with. We could make these coins Red by just applying a red color their canvas object.

Let's also get in coins that decrease your score multiplier by .5 and reduce your speed by 5%. We could make these coins Blue by just applying a blue color to their canvas object.

KerbySmith commented 11 years ago

removed blue man, added red coin which increases game speed and gold coin value, added blue coin which decreases game speed and gold coin value.

Kovak commented 11 years ago

I'm reopening this issue because the changes are not actually fixed in the master branch.

As a policy moving forward I think that we should only close issues that have been fixed and merged to master to avoid losing changes/getting confused

cooper51 commented 11 years ago

New patterns for coin placement are an improvement, still not perfect.

Kovak commented 11 years ago

This is looking good so far.

One bug:

Seems like on some platforms the last coin in the arc is duplicated again below it. Which looks odd visually most of the time.

cooper51 commented 11 years ago

We need to develop line-system which maintains one “followable” line of yellow coins