Skip to content

Commit

Permalink
forgot debug var
Browse files Browse the repository at this point in the history
  • Loading branch information
JonaLam committed Dec 21, 2024
1 parent acb29ad commit 7346786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Global/DEBUG_VAR.gd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const DEBUG_ACTIVE_INVENTORY_DEBUG_BUTTONS : bool = false
const DEBUG_PRINT_EVENT_COUNT : bool = false

## Makes player start with a lot of gold
const DEBUG_START_WITH_A_LOT_OF_GOLD : bool = true
const DEBUG_START_WITH_A_LOT_OF_GOLD : bool = false

## Used in tests to use the same enemy group all the time
## It can't be a const because we change it inside the tests
Expand Down

0 comments on commit 7346786

Please sign in to comment.