Skip to content

Commit

Permalink
Adjust default playtest bot setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kvel2D committed Nov 11, 2024
1 parent b4df169 commit f58da4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/playtest_bot.gd
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ enum TowerSelectType {
MANUAL,
}

const TOWER_SELECT_TYPE: TowerSelectType = TowerSelectType.RANDOM
const TOWER_SELECT_TYPE: TowerSelectType = TowerSelectType.MANUAL
const RANDOM_TOWER_COUNT: int = 30
const MANUAL_TOWER_LIST: Array[int] = [391, 115, 120, 360, 135, 149, 162, 269, 186, 192, 198, 209, 286, 233, 266, 279, 304, 307, 391, 115, 120, 360, 135, 149, 162, 269, 186, 192, 198, 209, 286, 233, 266, 279, 391, 115, 120, 360, 135, 149, 162, 269, 186, 192, 198, 209, 286, 233, 266, 279, 304, 307, 391, 115, 120, 360, 135, 149, 162, 269, 186, 192, 198, 209, 286, 233, 266, 279, 391, 115, 120, 360, 135, 149, 162, 269, 186, 192, 198, 209, 286, 233, 266, 279, 304, 307, 391, 115, 120, 360, 135, 149, 162, 269, 186, 192, 198, 209, 286, 233, 266]
const MANUAL_TOWER_LIST: Array[int] = [391, 115, 120, 360, 135, 149, 162, 269, 186, 192, 198, 209, 286, 233, 266, 279, 304, 307, 391, 115, 120]

const ADD_RANDOM_ITEMS: bool = true
const TIME_PER_SET: float = 5 * 60
Expand Down

0 comments on commit f58da4a

Please sign in to comment.