gtg
This commit is contained in:
@@ -1,2 +1,34 @@
|
||||
STUDIO_NAME = "Untitled Randomness Studios"
|
||||
GAME_NAME = "Untitled Cat Game"
|
||||
STUDIO_NAME = "Untitled Randomness Studios" # Titled Randomness Studios
|
||||
GAME_NAME = "Untitled Cat Game" # Titled Cat Game
|
||||
|
||||
CAT_COLORS = [
|
||||
"orange tabby",
|
||||
"black",
|
||||
"white",
|
||||
"gray",
|
||||
"tuxedo",
|
||||
"calico",
|
||||
"tortoiseshell",
|
||||
"siamese",
|
||||
"brown tabby",
|
||||
"ginger",
|
||||
]
|
||||
CAT_SIZES = [
|
||||
"tiny",
|
||||
"small",
|
||||
"average sized",
|
||||
"big",
|
||||
"chonky",
|
||||
]
|
||||
CAT_PERSONALITIES = [ # TODO: start at different happiness levels based on personality
|
||||
"looks like trouble",
|
||||
"judges you silently",
|
||||
"won't stop meowing",
|
||||
"seems half asleep",
|
||||
"is staring at the wall",
|
||||
"purrs endlessly",
|
||||
"already knocked everything over",
|
||||
"needs food right now",
|
||||
"just wants to be somewhere else",
|
||||
]
|
||||
CAT_EYE_COLORS = ["green", "yellow", "blue", "orange"]
|
||||
|
||||
Reference in New Issue
Block a user