CHANGE_SPEED: (
      state,
      { payload: { speed } }: PayloadAction<{ speed: string }>
    ) => {
      state['player.P1.speed'] = speed