RoboCup-SPL / GameController3

This is the official GameController used in the RoboCup Standard Platform League
MIT License
16 stars 9 forks source link

Add a description of the "secondary timer" in the UI #6

Closed ahasselbring closed 1 year ago

ahasselbring commented 1 year ago

Maybe that could be part of the timer representation itself to avoid doubling logic (the latter is the case in the old GameController: https://github.com/RoboCup-SPL/GameController/blob/56b2f222ad6f2fc9d9016fe50feb05d7022c0746/src/controller/ui/GUI.java#L807 vs. https://github.com/RoboCup-SPL/GameController/blob/56b2f222ad6f2fc9d9016fe50feb05d7022c0746/src/data/AdvancedData.java#L455)