Skip to content
Snippets Groups Projects
Commit dc8d7e4f authored by Florian Schröder's avatar Florian Schröder
Browse files

Update player speed attribute and handle Enum serialization

Renamed `move_dist` attribute to `player_speed_units_per_seconds` in player configuration. Also implemented `__post_init__` method in Action class to handle conversion from str to Enum type. Added a utility function `custom_asdict_factory` to handle Enum serialization for actions. Various code updates are made to accommodate these changes. Fixes merge bugs.
parent 4f4c2c15
No related branches found
No related tags found
1 merge request!26Resolve "api"
Pipeline #44753 failed