abstracted update functions for stats

This commit is contained in:
luxick
2015-07-26 22:52:29 +02:00
parent 9ebccff1a0
commit ebd649e7a8
5 changed files with 45 additions and 64 deletions

View File

@@ -1,9 +1,11 @@
#!/usr/bin/python
# The lenght of one game cycle in milliseconds
ticklenght = 0.1
# The amount of points a Tamagotchi loses per tick
decayaspeed = 1
# Controls if Tamagotchi stats are shown in absolute vlaues or precentage (Possible values: True/False)
show_pct = False
show_pct = True
# When new Tamagotchis are created their stats will be be created randomly between these.
min_stat = 100
max_stat = 200