diff options
author | alexichi <alexbankai96@gmail.com> | 2016-05-07 10:13:20 +0200 |
---|---|---|
committer | alexichi <alexbankai96@gmail.com> | 2016-05-07 10:13:20 +0200 |
commit | ee02581b7fabd087fc4056bda739c88656fbca14 (patch) | |
tree | 576b71b4f9d80a6a38d68d4754de9c63c44e9b3f /js/craftmine.js | |
parent | f171811a44364f605712aff1ca0808bfe570ef6e (diff) | |
download | candybox-ee02581b7fabd087fc4056bda739c88656fbca14.tar.gz candybox-ee02581b7fabd087fc4056bda739c88656fbca14.tar.bz2 candybox-ee02581b7fabd087fc4056bda739c88656fbca14.tar.xz candybox-ee02581b7fabd087fc4056bda739c88656fbca14.zip |
add the display of the perso characteristics below the title
Diffstat (limited to 'js/craftmine.js')
-rw-r--r-- | js/craftmine.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/craftmine.js b/js/craftmine.js index c7a396f..a8619df 100644 --- a/js/craftmine.js +++ b/js/craftmine.js @@ -3,7 +3,7 @@ data = { gold: 0, mine: 0, miners: 0, - level: 4, + level: 3, hp: 5, xp: 0, icon : "H" |