player object

This commit is contained in:
2026-06-25 14:46:30 -04:00
parent f105d5b7c2
commit 55d1a66cfb
4 changed files with 54 additions and 33 deletions

View File

@@ -1,12 +1,15 @@
STUDIO_NAME = "Untitled Randomness Studios" # Titled Randomness Studios
GAME_NAME = "Untitled Cat Game" # Titled Cat Game
SAVE_VERSION = 2
SAVE_VERSION = 1
HUNGER_DECAY_PER_HOUR = 5
BASE_HAPPINESS_DECAY_PER_HOUR = 2
HUNGER_SADNESS_THRESHOLD = 30
HUNGER_SADNESS_PENALTY_PER_HOUR = 5
BASE_INVENTORY = {"food": 0, "medicine": 0, "catnip": 0}
CAT_COLORS = [
"orange tabby",
"black",