Skip to content
Snippets Groups Projects

Resolve "additional state keys and values"

Merged Florian Schröder requested to merge 124-additional-state-keys-and-values into dev
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
  • 7eeff989
    Update CHANGELOG.md · 7eeff989
    Florian Schröder authored
    Corrected spelling and added information about state content storage. The spelling error related to "hot-plugging" has been corrected. Also, a detail about the new change in state content storage, which is now being held in its own variable instead of passed through a keyword argument to the step function, has been added.
+ 2
1
@@ -16,7 +16,7 @@
- Send full websocket url in player_info.
- ">90"% code coverage in tests
- i18n for the gui
- Controller hotplugging
- Controller hot-plugging
- Hook when returning items to dispensers
- Displaying image of served meals on game conclusion screen
- Pathfinding in random agent
@@ -39,6 +39,7 @@
- Better drawing of orders, now in a pygame_gui UIImage
- Buttons for setting player controls in the GUI disappear depending on number of players
- Icon for serving window, now a star
- Additional state content is stored in own variable. Is no longer passed via a kwarg to the step function.
### Deprecated
Loading