Added Into the Deep field

This commit is contained in:
2024-12-10 15:30:52 -06:00
parent 93bfc80a97
commit cec3f90f3c
3 changed files with 138 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ module TAC
@field_container = field_container
@robots = []
@field = Field.new(simulation: self, season: :centerstage, container: @field_container)
@field = Field.new(simulation: self, season: :into_the_deep, container: @field_container)
@show_paths = false
@last_milliseconds = Gosu.milliseconds