sorry if you saw the crashing I had dinner
This commit is contained in:
SpudGunMan
2025-10-19 18:31:51 -07:00
parent a79de8a325
commit 03895248cd
8 changed files with 65 additions and 23 deletions
+1
View File
@@ -14,6 +14,7 @@ dwInventoryDb = [{'userID': 1234567890, 'inventory': 0, 'priceList': [], 'amount
dwCashDb = [{'userID': 1234567890, 'cash': starting_cash},]
dwGameDayDb = [{'userID': 1234567890, 'day': 0},]
dwLocationDb = [{'userID': 1234567890, 'location': 'USA', 'loc_choice': 0},]
from modules.settings import dwPlayerTracker
# high score is saved in a pickle file
dwHighScore = {}