AliYousuf / hedgewars

Automatically exported from code.google.com/p/hedgewars
GNU General Public License v2.0
0 stars 0 forks source link

Mutant script update: Use graph to represent score instead of health #834

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I made some changes to the Mutant script and I request them to be merged into 
Hedgewars.

If you ever played Mutant, you probably noticed the weird ups and downs in the 
graph of the stats screen at the end of a match. This is because the script 
alters the hedgehog health frequently. However, in Mutant, the graph is surely 
much more useful for representing the score.

So I edited the Mutant script so the graph now shows the score, not the overall 
health.

Here is how the graph looks after an example game:
https://i.imgur.com/vNRiVCR.png

I started working on version 0.9.5 of the Mutant script and updated it from 
there.

Here is the modified Mutant script (new version 0.9.6):
http://lpaste.net/raw/114884

Original issue reported on code.google.com by almikes@aol.com on 24 Nov 2014 at 1:02