Skip to content

Commit

Permalink
Reset default XP value to 0 in data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pazdikan committed Jan 18, 2025
1 parent c141ed9 commit ebb4bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
current_state = State.INGAME

games = 0
xp = 1250
xp = 0
total_time_in_game = 0

script_start_time = time()
Expand Down

0 comments on commit ebb4bc1

Please sign in to comment.